Skip to content
Snippets Groups Projects
Commit 2a37db4c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

remove unnecessary %br and title

parent 403638b8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -84,7 +84,7 @@
}
 
@mixin page-title {
color: #456;
color: $style_color;
font-size: 20px;
font-weight: normal;
line-height: 1.5;
Loading
Loading
= render "projects/issues/head"
 
%h3.page-title
Labels
%br
- if @labels.present?
%ul.bordered-list.labels-table
- @labels.each do |label|
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment