Sha256: 90d39d32f0574ede658236f12f688382b67a58ccccff1e3808201150fb49deaa
Contents?: true
Size: 467 Bytes
Versions: 24
Compression:
Stored size: 467 Bytes
Contents
<% content_for :page_heading do %> <i class="icon-large"></i> <h2 class="page-title"><%= t('.destroy_confirmation') %></h2> <% end %> <p> <%= t('.are_you_sure', note: @note) %> </p> <%= form_for @note, url: admin_note_path(@note), method: :delete do %> <div class='form-actions'> <%= t('.action_or_other_html', first_action: link_to(t('.cancel'), action: 'index'), second_action: submit_tag(t('.delete'), class: 'btn btn-danger')) %> </div> <% end %>
Version data entries
24 entries across 24 versions & 2 rubygems