Mercurial > hg > soundsoftware-site
view app/views/issue_statuses/edit.rhtml @ 485:ef125e1f3a10 bug_189
Remove Calendar from default blocks in My Page
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Mon, 11 Jul 2011 16:42:08 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
<h2><%= link_to l(:label_issue_status_plural), :controller => 'issue_statuses', :action => 'index' %> » <%=h @issue_status %></h2> <% form_tag({:action => 'update', :id => @issue_status}, :class => "tabular") do %> <%= render :partial => 'form' %> <%= submit_tag l(:button_save) %> <% end %>