Sha256: 8e329fa20afd4c66880393a3980558d8cf44614d49fb20a79dd8a1ce796b1a0e
Contents?: true
Size: 382 Bytes
Versions: 6
Compression:
Stored size: 382 Bytes
Contents
<% @page_heading = _("Pages") %> <% content_for('tasks') do %> <%= task_show _("Show this page"), @page.id %> <% end %> <p><%= _("Are you sure you want to delete the page")%> '<%= @page[:name] %>'?</p> <% form_tag :controller => '/admin/pages', :action => 'destroy' do %> <%= hidden_field "page", "id" %> <%= confirm_delete(_("Delete this page")) %> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems