Files
timeoverflow/app/views/shared/_post_actions.html.erb
Francisco José Perejón Barrios 6119ffe286 Upgrade to Bootstrap v5 (#780)
2025-03-22 16:30:47 +01:00

10 lines
271 B
Plaintext

<%= link_to [:edit, post], class: "btn btn-secondary" do %>
<%= glyph :pencil %>
<%= t "global.edit" %>
<% end %>
<%= link_to post, data: { method: :delete, confirm: "sure?" }, class: "btn btn-danger" do %>
<%= glyph :trash %>
<%= t "global.delete" %>
<% end %>