This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
tuxbliki/app/views/tags/edit.html.erb

11 lines
257 B
Plaintext

<% form_for :tag, :action => url(:tag, :id => @tag.name) do -%>
<fieldset>
<legend>Change a tag's name</legend>
<p>
<%= text_control :name, :label => 'Name: ' -%>
</p>
</fieldset>
<p>
<%= submit_button 'Save' %>
</p>
<% end -%>