From 2a37db4c9ee8353d2d576a9a7d0edf57e988634e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 17 Jul 2013 14:53:23 +0300 Subject: [PATCH] remove unnecessary %br and title --- app/assets/stylesheets/gitlab_bootstrap/mixins.scss | 2 +- app/views/projects/labels/index.html.haml | 4 ---- app/views/projects/milestones/index.html.haml | 1 - app/views/projects/wikis/show.html.haml | 1 - 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss index 71e73b4..865c593 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 b0aa727..a058d09 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 76cd16c..727fa61 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 f1cd782..dc81438 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. -- libgit2 0.21.2