<%= member.user.display_name %> | <%= start_form_tag :controller => 'members', :action => 'edit', :id => member %> | <%= submit_tag l(:button_change), :class => "button-small" %> <%= end_form_tag %> | <%= start_form_tag :controller => 'members', :action => 'destroy', :id => member %> <%= submit_tag l(:button_delete), :class => "button-small" %> <%= end_form_tag %> |
<%= link_to version.name, :controller => 'versions', :action => 'edit', :id => version %> | <%=h version.description %> | <%= start_form_tag :controller => 'versions', :action => 'destroy', :id => version %> <%= submit_tag l(:button_delete), :class => "button-small" %> <%= end_form_tag %> |
<%= start_form_tag :controller => 'issue_categories', :action => 'edit', :id => @category %> <%= text_field 'category', 'name', :size => 25 %> | <%= submit_tag l(:button_save), :class => "button-small" %> <%= end_form_tag %> | <%= start_form_tag :controller => 'issue_categories', :action => 'destroy', :id => @category %> <%= submit_tag l(:button_delete), :class => "button-small" %> <%= end_form_tag %> |