@@ -1,4 +1,4 | |||||
1 |
<h2><%=l(:label_project_ |
|
1 | <h2><%=l(:label_project_new)%></h2> | |
2 |
|
2 | |||
3 | <% labelled_tabular_form_for :project, @project, :url => { :action => "copy" } do |f| %> |
|
3 | <% labelled_tabular_form_for :project, @project, :url => { :action => "copy" } do |f| %> | |
4 | <%= render :partial => 'form', :locals => { :f => f } %> |
|
4 | <%= render :partial => 'form', :locals => { :f => f } %> |
@@ -351,7 +351,6 en: | |||||
351 | label_user_new: New user |
|
351 | label_user_new: New user | |
352 | label_project: Project |
|
352 | label_project: Project | |
353 | label_project_new: New project |
|
353 | label_project_new: New project | |
354 | label_project_copy: Copy project |
|
|||
355 | label_project_plural: Projects |
|
354 | label_project_plural: Projects | |
356 | label_x_projects: |
|
355 | label_x_projects: | |
357 | zero: no projects |
|
356 | zero: no projects |
General Comments 0
You need to be logged in to leave comments.
Login now