Commit 35a629bd authored by peterhegman's avatar peterhegman

Replace fa-clock icon with SVG in `issuable.vue`

parent c705a228
...@@ -295,7 +295,7 @@ export default { ...@@ -295,7 +295,7 @@ export default {
:href="milestoneLink" :href="milestoneLink"
:title="milestoneTooltipText" :title="milestoneTooltipText"
> >
<i class="fa fa-clock-o"></i> <gl-icon name="clock" class="s16 gl-vertical-align-text-bottom" />
{{ issuable.milestone.title }} {{ issuable.milestone.title }}
</gl-link> </gl-link>
......
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