mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
Use heading instead of strong and line breaks in description.
This commit is contained in:
@@ -29,11 +29,9 @@
|
||||
.description
|
||||
- @group_milestone.milestones.each do |milestone|
|
||||
%hr
|
||||
%strong
|
||||
%h4
|
||||
= link_to "#{milestone.project.name} - #{milestone.title}", project_milestone_path(milestone.project, milestone)
|
||||
%span.pull-right= milestone.expires_at
|
||||
%br
|
||||
%br
|
||||
= preserve do
|
||||
- if milestone.description.present?
|
||||
= milestone.description
|
||||
|
||||
Reference in New Issue
Block a user