Fixed changeset time inconsistencies
This commit is contained in:
parent
b3bd81fd4b
commit
4b2bd4835d
4 changed files with 28 additions and 33 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
<div class="browse-section">
|
||||
<p><%= @changeset.tags['comment'].to_s.presence || t('browse.changeset_details.no_comment') %></p>
|
||||
<h4><%= changeset_time_ago(@changeset) %></h4>
|
||||
<h4><%= changeset_details(@changeset) %></h4>
|
||||
</div>
|
||||
|
||||
<%= render :partial => "tag_details", :object => @changeset.tags.except('comment') %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue