To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 72 / 72b134a74f37265288938527276f0807a1362abf.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (288 Bytes)

1
<h2><%= link_to l(:label_issue_status_plural), issue_statuses_path %> &#187; <%=l(:label_issue_status_new)%></h2>
2

    
3
<% form_for @issue_status, :builder => TabularFormBuilder do |f| %>
4
  <%= render :partial => 'form', :locals => {:f => f} %>
5
  <%= submit_tag l(:button_create) %>
6
<% end %>