Commit 2a37db4c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

remove unnecessary %br and title

parent 403638b8
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
} }
@mixin page-title { @mixin page-title {
color: #456; color: $style_color;
font-size: 20px; font-size: 20px;
font-weight: normal; font-weight: normal;
line-height: 1.5; line-height: 1.5;
......
= render "projects/issues/head" = render "projects/issues/head"
%h3.page-title
Labels
%br
- if @labels.present? - if @labels.present?
%ul.bordered-list.labels-table %ul.bordered-list.labels-table
- @labels.each do |label| - @labels.each do |label|
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
= link_to new_project_milestone_path(@project), class: "pull-right btn btn-primary", title: "New Milestone" do = link_to new_project_milestone_path(@project), class: "pull-right btn btn-primary", title: "New Milestone" do
%i.icon-plus %i.icon-plus
New Milestone New Milestone
%br
.row .row
.span3 .span3
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
%h3.page-title %h3.page-title
= @wiki.title.titleize = @wiki.title.titleize
= render 'main_links' = render 'main_links'
%br
- if @wiki.historical? - if @wiki.historical?
.warning_message .warning_message
This is an old version of this page. This is an old version of this page.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment