Commit 0f80ffdf authored by Marin Jankovski's avatar Marin Jankovski

Use heading instead of strong and line breaks in description.

parent d4e7db40
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment