From: Andy Allan Date: Wed, 2 Dec 2020 11:30:22 +0000 (+0000) Subject: Merge pull request #2969 from tuckerrc/diary-updated-date X-Git-Tag: live~2347 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/48b85a7fee26f11217a6ef5141c1dce9ca239bb1?hp=404f99af1a98e780bb9e3845ef00aa72960d69cc Merge pull request #2969 from tuckerrc/diary-updated-date Add last updated date to diary entry page --- diff --git a/app/views/diary_entries/_diary_entry.html.erb b/app/views/diary_entries/_diary_entry.html.erb index 48df5d18e..6616417a1 100644 --- a/app/views/diary_entries/_diary_entry.html.erb +++ b/app/views/diary_entries/_diary_entry.html.erb @@ -8,6 +8,9 @@ <%= 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 %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 7e7302e79..31b23e3b8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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: