X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e1a1bebd956a3334785ab52d28e27e4e73f63b41..ae5b7812ccfda66c59cb3ff57ce3b2c3e718f14b:/app/views/diary_entries/show.html.erb diff --git a/app/views/diary_entries/show.html.erb b/app/views/diary_entries/show.html.erb index f54ae1ca7..9e3e7da65 100644 --- a/app/views/diary_entries/show.html.erb +++ b/app/views/diary_entries/show.html.erb @@ -15,10 +15,7 @@ <% end %> <%= render @entry %> -<%= social_share_buttons({ - :title => @entry.title, - :url => diary_entry_url(@entry.user, @entry) - }) %> +<%= social_share_buttons(:title => @entry.title, :url => diary_entry_url(@entry.user, @entry)) %>