<%= member.user.display_name %> | <% if authorize_for('members', 'edit') %> <%= start_form_tag :controller => 'members', :action => 'edit', :id => member %> <%= submit_tag l(:button_change), :class => "button-small" %> <%= end_form_tag %> <% end %> | <%= link_to_if_authorized l(:button_delete), {:controller => 'members', :action => 'destroy', :id => member}, :confirm => l(:text_are_you_sure), :post => true, :class => 'icon icon-del' %> |
<%=h version.name %> | <%= format_date(version.effective_date) %> | <%=h version.description %> | <%= link_to_if_authorized l(:button_edit), { :controller => 'versions', :action => 'edit', :id => version }, :class => 'icon icon-edit' %> <%= link_to_if_authorized l(:button_delete), {:controller => 'versions', :action => 'destroy', :id => version}, :confirm => l(:text_are_you_sure), :post => true, :class => 'icon icon-del' %> |
<%= start_form_tag :controller => 'issue_categories', :action => 'edit', :id => @category %> <%= text_field 'category', 'name', :size => 25 %> | <% if authorize_for('issue_categories', 'edit') %> <%= submit_tag l(:button_save), :class => "button-small" %> <%= end_form_tag %> <% end %> | <%= link_to_if_authorized l(:button_delete), {:controller => 'issue_categories', :action => 'destroy', :id => @category}, :confirm => l(:text_are_you_sure), :post => true, :class => 'icon icon-del' %> |