Align comment timestamps on the right on dashboard

See story: https://storyboard.openstack.org/#!/story/2000435, task:
'Align timestamps to the right for all the events'. It turns out
that comments are the only events where timestamps aren't aligned
to the right. So this patch fixes that.

Change-Id: Icb98b9f9b256fe4248c9c5b7e4a03c2b08931be0
This commit is contained in:
Zara 2015-12-08 14:50:36 +00:00
parent e0da643ba8
commit cf479d808f

View File

@ -1,10 +1,10 @@
<div>
<p ng-if="evt.event_info.story_id">
{{ author.full_name }} left a comment on <a href="#!/story/{{evt.event_info.story_id}}">{{evt.event_info.story_title}}</a>
<span time-moment eventdate="created_at"></span>:
{{ author.full_name }} left a comment on <a href="#!/story/{{evt.event_info.story_id}}">{{evt.event_info.story_title}}</a>:
<span class="pull-right" time-moment eventdate="created_at"></span>
</p>
<p ng-if="!evt.event_info.story_id">
{{ author.full_name }} left a comment <span time-moment eventdate="created_at"></span>:
{{ author.full_name }} left a comment: <span class="pull-right"time-moment eventdate="created_at"></span>
</p>
<p>