From 5c68f4f4e51b88d73b8fce0defc51f977280d967 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 19 Dec 2013 19:39:58 +0200 Subject: [PATCH] remove unecessary bold text on Issue#show page --- app/views/projects/issues/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml index 1096dc0..e0d1a74 100644 --- a/app/views/projects/issues/show.html.haml +++ b/app/views/projects/issues/show.html.haml @@ -30,7 +30,7 @@ - if @issue.milestone | = link_to project_milestone_path(@project, @issue.milestone) do - Milestone: + %span.light Milestone = @issue.milestone.title .ui-box.ui-box-show -- libgit2 0.21.2