Commit 5c68f4f4e51b88d73b8fce0defc51f977280d967
1 parent
1616dfdc
Exists in
spb-stable
and in
3 other branches
remove unecessary bold text on Issue#show page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/issues/show.html.haml
@@ -30,7 +30,7 @@ | @@ -30,7 +30,7 @@ | ||
30 | - if @issue.milestone | 30 | - if @issue.milestone |
31 | | | 31 | | |
32 | = link_to project_milestone_path(@project, @issue.milestone) do | 32 | = link_to project_milestone_path(@project, @issue.milestone) do |
33 | - <strong>Milestone:</strong> | 33 | + %span.light Milestone |
34 | = @issue.milestone.title | 34 | = @issue.milestone.title |
35 | 35 | ||
36 | .ui-box.ui-box-show | 36 | .ui-box.ui-box-show |