X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/95e1aff23493b3725d5259bcca7bcc79d7d3bc26..ae5b7812ccfda66c59cb3ff57ce3b2c3e718f14b:/app/views/diary_entries/show.html.erb?ds=sidebyside diff --git a/app/views/diary_entries/show.html.erb b/app/views/diary_entries/show.html.erb index 14b1576f0..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 %> -<%= render_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)) %>