Commit 2a37db4c9ee8353d2d576a9a7d0edf57e988634e

Authored by Dmitriy Zaporozhets
1 parent 403638b8

remove unnecessary %br and title

app/assets/stylesheets/gitlab_bootstrap/mixins.scss
@@ -84,7 +84,7 @@ @@ -84,7 +84,7 @@
84 } 84 }
85 85
86 @mixin page-title { 86 @mixin page-title {
87 - color: #456; 87 + color: $style_color;
88 font-size: 20px; 88 font-size: 20px;
89 font-weight: normal; 89 font-weight: normal;
90 line-height: 1.5; 90 line-height: 1.5;
app/views/projects/labels/index.html.haml
1 = render "projects/issues/head" 1 = render "projects/issues/head"
2 2
3 -%h3.page-title  
4 - Labels  
5 -%br  
6 -  
7 - if @labels.present? 3 - if @labels.present?
8 %ul.bordered-list.labels-table 4 %ul.bordered-list.labels-table
9 - @labels.each do |label| 5 - @labels.each do |label|
app/views/projects/milestones/index.html.haml
@@ -6,7 +6,6 @@ @@ -6,7 +6,6 @@
6 = link_to new_project_milestone_path(@project), class: "pull-right btn btn-primary", title: "New Milestone" do 6 = link_to new_project_milestone_path(@project), class: "pull-right btn btn-primary", title: "New Milestone" do
7 %i.icon-plus 7 %i.icon-plus
8 New Milestone 8 New Milestone
9 - %br  
10 9
11 .row 10 .row
12 .span3 11 .span3
app/views/projects/wikis/show.html.haml
@@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
2 %h3.page-title 2 %h3.page-title
3 = @wiki.title.titleize 3 = @wiki.title.titleize
4 = render 'main_links' 4 = render 'main_links'
5 -%br  
6 - if @wiki.historical? 5 - if @wiki.historical?
7 .warning_message 6 .warning_message
8 This is an old version of this page. 7 This is an old version of this page.