Merge pull request #2969 from tuckerrc/diary-updated-date
Add last updated date to diary entry page
This commit is contained in:
commit
48b85a7fee
2 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
<small class='text-muted'>
|
||||
<%= t(".posted_by_html", :link_user => (link_to diary_entry.user.display_name, user_path(diary_entry.user)), :created => l(diary_entry.created_at, :format => :blog), :language_link => (link_to diary_entry.language.name, :controller => "diary_entries", :action => "index", :display_name => nil, :language => diary_entry.language_code)) %>
|
||||
<% if (l(diary_entry.updated_at, :format => :blog) != l(diary_entry.created_at, :format => :blog)) %>
|
||||
<%= t(".updated_at_html", :updated => l(diary_entry.updated_at, :format => :blog)) %>
|
||||
<% end %>
|
||||
</small>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue