Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
11
app/views/timelog/_date_range.html.erb
Normal file
11
app/views/timelog/_date_range.html.erb
Normal file
|
@ -0,0 +1,11 @@
|
|||
<%= render :partial => 'queries/query_form' %>
|
||||
|
||||
<div class="tabs hide-when-print">
|
||||
<% query_params = request.query_parameters %>
|
||||
<ul>
|
||||
<li><%= link_to(l(:label_details), _time_entries_path(@project, nil, :params => query_params),
|
||||
:class => (action_name == 'index' ? 'selected' : nil)) %></li>
|
||||
<li><%= link_to(l(:label_report), _report_time_entries_path(@project, nil, :params => query_params),
|
||||
:class => (action_name == 'report' ? 'selected' : nil)) %></li>
|
||||
</ul>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue