<% form_tag :action=>"new" do %>


<%= text_field 'category', 'name' %>

<%= save(_("Add category")) %> <%= _("or")%> <%= _("Cancel")%>
<% end %>