Skip to content

Commit

Permalink
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Browse files Browse the repository at this point in the history
  • Loading branch information
dosire committed Oct 2, 2014
2 parents cd9a31c + e2073f2 commit b034991
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/views/layouts/_head.html.haml
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion app/views/projects/blame/show.html.haml
Expand Up @@ -30,5 +30,5 @@
%code{ class: highlightjs_class(@blob.name) }
:erb
<% lines.each do |line| %>
<%= line %>
<%= line %>
<% end %>
3 changes: 2 additions & 1 deletion app/views/projects/new_tree/show.html.haml
Expand Up @@ -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
Expand Down

0 comments on commit b034991

Please sign in to comment.