diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-17 14:53:23 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-17 14:53:23 +0300 |
commit | 2a37db4c9ee8353d2d576a9a7d0edf57e988634e (patch) | |
tree | cf1f14c9797c1de4e915abb786953477050a76b0 | |
parent | 403638b8a00735632c060ab32cc0c1a64937b935 (diff) | |
download | gitlab-ce-2a37db4c9ee8353d2d576a9a7d0edf57e988634e.tar.gz |
remove unnecessary %br and title
-rw-r--r-- | app/assets/stylesheets/gitlab_bootstrap/mixins.scss | 2 | ||||
-rw-r--r-- | app/views/projects/labels/index.html.haml | 4 | ||||
-rw-r--r-- | app/views/projects/milestones/index.html.haml | 1 | ||||
-rw-r--r-- | app/views/projects/wikis/show.html.haml | 1 |
4 files changed, 1 insertions, 7 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss index 71e73b40b44..865c593f822 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss @@ -84,7 +84,7 @@ } @mixin page-title { - color: #456; + color: $style_color; font-size: 20px; font-weight: normal; line-height: 1.5; diff --git a/app/views/projects/labels/index.html.haml b/app/views/projects/labels/index.html.haml index b0aa72783b4..a058d09a1ce 100644 --- a/app/views/projects/labels/index.html.haml +++ b/app/views/projects/labels/index.html.haml @@ -1,9 +1,5 @@ = render "projects/issues/head" -%h3.page-title - Labels -%br - - if @labels.present? %ul.bordered-list.labels-table - @labels.each do |label| diff --git a/app/views/projects/milestones/index.html.haml b/app/views/projects/milestones/index.html.haml index 76cd16c4000..727fa6149d1 100644 --- a/app/views/projects/milestones/index.html.haml +++ b/app/views/projects/milestones/index.html.haml @@ -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 diff --git a/app/views/projects/wikis/show.html.haml b/app/views/projects/wikis/show.html.haml index f1cd7824125..dc814382adc 100644 --- a/app/views/projects/wikis/show.html.haml +++ b/app/views/projects/wikis/show.html.haml @@ -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. |