Revision 441:cbce1fd3b1b7 app/views/projects/.svn/text-base
| app/views/projects/.svn/text-base/copy.rhtml.svn-base | ||
|---|---|---|
| 3 | 3 |
<% labelled_tabular_form_for :project, @project, :url => { :action => "copy" } do |f| %>
|
| 4 | 4 |
<%= render :partial => 'form', :locals => { :f => f } %>
|
| 5 | 5 |
|
| 6 |
<fieldset class="box"><legend><%= l(:label_module_plural) %></legend> |
|
| 7 |
<% Redmine::AccessControl.available_project_modules.each do |m| %> |
|
| 8 |
<label class="floating"> |
|
| 9 |
<%= check_box_tag 'enabled_modules[]', m, @project.module_enabled?(m) %> |
|
| 10 |
<%= l_or_humanize(m, :prefix => "project_module_") %> |
|
| 11 |
</label> |
|
| 12 |
<% end %> |
|
| 13 |
</fieldset> |
|
| 14 |
|
|
| 15 | 6 |
<fieldset class="box"><legend><%= l(:button_copy) %></legend> |
| 16 | 7 |
<label class="block"><%= check_box_tag 'only[]', 'members', true %> <%= l(:label_member_plural) %> (<%= @source_project.members.count %>)</label> |
| 17 | 8 |
<label class="block"><%= check_box_tag 'only[]', 'versions', true %> <%= l(:label_version_plural) %> (<%= @source_project.versions.count %>)</label> |
| app/views/projects/.svn/text-base/show.rhtml.svn-base | ||
|---|---|---|
| 64 | 64 |
</div> |
| 65 | 65 |
|
| 66 | 66 |
<% content_for :sidebar do %> |
| 67 |
<% if @total_hours && User.current.allowed_to?(:view_time_entries, @project) %>
|
|
| 67 |
<% if @total_hours.present? %>
|
|
| 68 | 68 |
<h3><%= l(:label_spent_time) %></h3> |
| 69 | 69 |
<p><span class="icon icon-time"><%= l_hours(@total_hours) %></span></p> |
| 70 | 70 |
<p><%= link_to(l(:label_details), {:controller => 'timelog', :action => 'index', :project_id => @project}) %> |
|
Also available in: Unified diff