Sha256: 30433a4b3cbef6b0a1be32f73200e92add880b9c62cf98d884291f5fc98716d0

Contents?: true

Size: 342 Bytes

Versions: 16

Compression:

Stored size: 342 Bytes

Contents

<% @page_heading = _("Tags") %>

<% content_for('tasks') do %>

<% end %>

<p><%= _("Are you sure you want to delete the tag")%> '<%= @tag[:display_name] %>'?</p>
<% form_tag :controller => '/admin/tags', :action => 'destroy' do %>
<input type="hidden" name="id" value="<%= @tag[:id]%>">
<%= confirm_delete(_("Delete this tag")) %>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
typo-5.5 app/views/admin/tags/destroy.html.erb
typo-5.4.4 app/views/admin/tags/destroy.html.erb
typo-5.4.3 app/views/admin/tags/destroy.html.erb
typo-5.4.2 app/views/admin/tags/destroy.html.erb
typo-5.4.1 app/views/admin/tags/destroy.html.erb
typo-5.4 app/views/admin/tags/destroy.html.erb
typo-5.0.3.98.1 app/views/admin/tags/destroy.html.erb
typo-5.0.3.98 app/views/admin/tags/destroy.html.erb
typo-5.1.2 app/views/admin/tags/destroy.html.erb
typo-5.1.1 app/views/admin/tags/destroy.html.erb
typo-5.1.3 app/views/admin/tags/destroy.html.erb
typo-5.1.98 app/views/admin/tags/destroy.html.erb
typo-5.1 app/views/admin/tags/destroy.html.erb
typo-5.2 app/views/admin/tags/destroy.html.erb
typo-5.2.98 app/views/admin/tags/destroy.html.erb
typo-5.3 app/views/admin/tags/destroy.html.erb