Commit 2a37db4c9ee8353d2d576a9a7d0edf57e988634e
1 parent
403638b8
Exists in
master
and in
4 other branches
remove unnecessary %br and title
Showing
4 changed files
with
1 additions
and
7 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
app/views/projects/labels/index.html.haml
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. |