]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #2969 from tuckerrc/diary-updated-date
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 2 Dec 2020 11:30:22 +0000 (11:30 +0000)
committerGitHub <noreply@github.com>
Wed, 2 Dec 2020 11:30:22 +0000 (11:30 +0000)
Add last updated date to diary entry page

app/views/diary_entries/_diary_entry.html.erb
config/locales/en.yml

index 48df5d18e06a974c4cfc6d124b353161d4f25799..6616417a19e31cb8d654ea23074617fc31e01c66 100644 (file)
@@ -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>
index 7e7302e7983fa85e5c71055eef999ccd9525db16..31b23e3b8104d2dc7edbe6a0fc16acf4e95f6ab4 100644 (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}"
+      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: