Update translate string and only show if different from creation time

This commit is contained in:
Tucker Chapman 2020-11-26 22:04:54 -05:00
parent f4239f8fc5
commit c274d22fd6
2 changed files with 6 additions and 2 deletions

View file

@ -7,7 +7,10 @@
<h2><%= link_to diary_entry.title, diary_entry_path(diary_entry.user, diary_entry) %></h2>
<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), :updated => l(diary_entry.updated_at, :format => :blog)) %>
<%= 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>

View file

@ -433,7 +433,8 @@ en:
heading: "No entry with the id: %{id}"
body: "Sorry, there is no diary entry or comment with the id %{id}. Please check your spelling, or maybe the link you clicked is wrong."
diary_entry:
posted_by_html: "Posted by %{link_user} on %{created} in %{language_link} last updated on %{updated}"
posted_by_html: "Posted by %{link_user} on %{created} in %{language_link}."
updated_at_html: "Last updated on %{updated}."
comment_link: Comment on this entry
reply_link: Send a message to the author
comment_count: