Sha256: 601548e71f0ce92038f09020645909a35911cbf887c8e6df9e262b1a5aaa3ebe

Contents?: true

Size: 323 Bytes

Versions: 1

Compression:

Stored size: 323 Bytes

Contents

<% @page_heading =  _("Editing ") + " #{h @tag.display_name}" %>

<% content_for('tasks') do %>
  <%= subtab _("Back to tags list") + " &raquo;", {:controller=>"tags", :action=>"list"} %>
<% end %>

<% form_tag :action=>"edit", :id => @tag.id do %>
  <%= render :partial => "form" %>

  <%= cancel_or_save %>
<% end %>

  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typo-5.5 app/views/admin/tags/edit.html.erb