app/cells/decidim/notify/note/show.erb in decidim-notify-0.4 vs app/cells/decidim/notify/note/show.erb in decidim-notify-0.5

- old
+ new

@@ -7,10 +7,10 @@ <p class="note-body"><%= body %></p> <em><%= l created_at, format: :decidim_short %></em> </div> <% if note_taker? %> <div class="media-object-section buttons"> - <%= button_to edit_path, method: :delete, remote: true, class: "delete", data: { confirm: t("decidim.notify.conversations.destroy.sure") } do %> + <%= link_to edit_path, method: :delete, remote: true, class: "delete", data: { confirm: t("decidim.notify.conversations.destroy.sure") } do %> <%= icon "trash" %> <% end %> <%= link_to edit_path, class: "edit" do %> <%= icon "pencil" %> <% end %>