comparison app/views/projects/settings/.svn/text-base/_activities.rhtml.svn-base @ 22:40f7cfd4df19

* Update to SVN trunk rev 4173
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 24 Sep 2010 14:06:04 +0100
parents 513646585e45
children cbce1fd3b1b7
comparison
equal deleted inserted replaced
14:1d32c0a0efbf 22:40f7cfd4df19
1 <% form_tag({:controller => 'projects', :action => 'save_activities', :id => @project}, :class => "tabular") do %> 1 <% form_tag(project_project_enumerations_path(@project), :method => :put, :class => "tabular") do %>
2 2
3 <table class="list"> 3 <table class="list">
4 <thead><tr> 4 <thead><tr>
5 <th><%= l(:field_name) %></th> 5 <th><%= l(:field_name) %></th>
6 <th><%= l(:enumeration_system_activity) %></th> 6 <th><%= l(:enumeration_system_activity) %></th>
30 <% end %> 30 <% end %>
31 <% end %> 31 <% end %>
32 </table> 32 </table>
33 33
34 <div class="contextual"> 34 <div class="contextual">
35 <%= link_to(l(:button_reset), {:controller => 'projects', :action => 'reset_activities', :id => @project}, 35 <%= link_to(l(:button_reset), project_project_enumerations_path(@project),
36 :method => :delete, 36 :method => :delete,
37 :confirm => l(:text_are_you_sure), 37 :confirm => l(:text_are_you_sure),
38 :class => 'icon icon-del') %> 38 :class => 'icon icon-del') %>
39 </div> 39 </div>
40 40