We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70126b4 commit 06163e4Copy full SHA for 06163e4
app/views/content/display/_changelog.html.erb
@@ -5,7 +5,6 @@
5
changed_fields = AttributeField.where(id: changed_attributes.pluck(:attribute_field_id)).includes([:attribute_category])
6
%>
7
8
-
9
<div class="row">
10
<div class="col s12 m12 l10 offset-l1">
11
<h1 class="flow-text grey-text">
@@ -72,7 +71,11 @@
72
71
<span>
73
<%= link_to(change_event.user.display_name, change_event.user, class: "#{User.text_color}") %>
74
</span>
75
- <div class="grey-text right"><%= time_ago_in_words change_event.created_at %> ago</div>
+ <div class="grey-text right">
+ <%= time_ago_in_words change_event.created_at %> ago
76
+ ·
77
+ <%= change_event.created_at.strftime('%B %d, %H:%M %Z') %>
78
+ </div>
79
</div>
80
81
<div style="margin-bottom: 4em">
0 commit comments