kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
15 years ago
|
<h2><%=l(:label_cost_object_plural)%></h2>
|
||
|
<% html_title(l(:label_cost_object_plural)) %>
|
||
13 years ago
|
|
||
15 years ago
|
<% if @cost_objects.empty? %>
|
||
15 years ago
|
<p class="nodata"><%= l(:label_no_data) %></p>
|
||
|
<% else %>
|
||
15 years ago
|
<%= render :partial => 'list', :locals => {:cost_objects => @cost_objects} %>
|
||
|
<p class="pagination"><%= pagination_links_full @cost_object_pages, @cost_object_count %></p>
|
||
15 years ago
|
<% end %>
|
||
|
|
||
|
<p class="other-formats">
|
||
|
<%= l(:label_export_to) %>
|
||
|
<!--
|
||
|
<span><%= link_to 'Atom', {:query_id => @query, :format => 'atom', :key => User.current.rss_key}, :class => 'feed' %></span>
|
||
15 years ago
|
-->
|
||
15 years ago
|
<span><%= link_to 'CSV', {:format => 'csv'}, :class => 'csv' %></span>
|
||
15 years ago
|
<!--
|
||
15 years ago
|
<span><%= link_to 'PDF', {:format => 'pdf'}, :class => 'pdf' %></span>
|
||
|
-->
|
||
|
</p>
|
||
|
|
||
|
<% content_for :header_tags do %>
|
||
|
<%= javascript_include_tag 'context_menu' %>
|
||
|
<%= stylesheet_link_tag 'context_menu' %>
|
||
15 years ago
|
<%= stylesheet_link_tag 'scm' %>
|
||
|
<%= stylesheet_link_tag 'costs', :plugin => 'redmine_costs' %>
|
||
15 years ago
|
<% end %>
|
||
|
|
||
15 years ago
|
<% html_title l(:label_cost_object_plural) %>
|
||
15 years ago
|
|
||
|
<div id="context-menu" style="display: none;"></div>
|
||
13 years ago
|
<%= javascript_tag "new ContextMenu('#{url_for(:controller => 'cost_objects', :action => 'context_menu')}')" %>
|