Skip to content
Snippets Groups Projects
Commit b0349915 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij
Browse files

Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce

parents cd9a31c2 e2073f28
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,8 +18,7 @@
= javascript_include_tag "application"
= csrf_meta_tags
= include_gon
:erb
<meta name="viewport" content="width=device-width, initial-scale=1.0">
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1.0'}
 
= render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id')
= render 'layouts/piwik' if extra_config.has_key?('piwik_url') && extra_config.has_key?('piwik_site_id')
Loading
Loading
Loading
Loading
@@ -30,5 +30,5 @@
%code{ class: highlightjs_class(@blob.name) }
:erb
<% lines.each do |line| %>
<%= line %>
<%= line %>
<% end %>
Loading
Loading
@@ -25,7 +25,8 @@
Commit message
.col-sm-10
= render 'shared/commit_message_container', {textarea: text_area_tag('commit_message',
params[:commit_message], placeholder: "Added new file", required: true, rows: 3, class: 'form-control')}
params[:commit_message], placeholder: 'Add new file',
required: true, rows: 3, class: 'form-control')}
 
.file-holder
.file-title
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment