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:
parent
e0da643ba8
commit
cf479d808f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user