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

remove unnecessary %br and title

parent 403638b8
......@@ -84,7 +84,7 @@
}
@mixin page-title {
color: #456;
color: $style_color;
font-size: 20px;
font-weight: normal;
line-height: 1.5;
......
= render "projects/issues/head"
%h3.page-title
Labels
%br
- if @labels.present?
%ul.bordered-list.labels-table
- @labels.each do |label|
......
......@@ -6,7 +6,6 @@
= link_to new_project_milestone_path(@project), class: "pull-right btn btn-primary", title: "New Milestone" do
%i.icon-plus
New Milestone
%br
.row
.span3
......
......@@ -2,7 +2,6 @@
%h3.page-title
= @wiki.title.titleize
= render 'main_links'
%br
- if @wiki.historical?
.warning_message
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