@@ -33,7 +33,7 | |||
|
33 | 33 | <td align="center"><%= format_date(project.created_on) %> |
|
34 | 34 | <td align="center" style="width:10%"> |
|
35 | 35 | <small> |
|
36 | <%= link_to(l(:button_archive), { :controller => 'projects', :action => 'archive', :id => project }, :method => :post, :class => 'icon icon-lock') if project.active? %> | |
|
36 | <%= link_to(l(:button_archive), { :controller => 'projects', :action => 'archive', :id => project }, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-lock') if project.active? %> | |
|
37 | 37 | <%= link_to(l(:button_unarchive), { :controller => 'projects', :action => 'unarchive', :id => project }, :method => :post, :class => 'icon icon-unlock') if !project.active? && (project.parent.nil? || project.parent.active?) %> |
|
38 | 38 | </small> |
|
39 | 39 | </td> |
General Comments 0
You need to be logged in to leave comments.
Login now