Sha256: 2b75c0f35d30a29780800d4e0038d24df7076fa070c4c3412090b15802feca6a
Contents?: true
Size: 468 Bytes
Versions: 9
Compression:
Stored size: 468 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
9 entries across 9 versions & 1 rubygems