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.

_date_range.html.erb 556B

1234567891011
  1. <%= render :partial => 'queries/query_form' %>
  2. <div class="tabs hide-when-print">
  3. <% query_params = request.query_parameters %>
  4. <ul>
  5. <li><%= link_to(l(:label_details), _time_entries_path(@project, nil, :params => query_params),
  6. :class => (action_name == 'index' ? 'selected' : nil)) %></li>
  7. <li><%= link_to(l(:label_report), _report_time_entries_path(@project, nil, :params => query_params),
  8. :class => (action_name == 'report' ? 'selected' : nil)) %></li>
  9. </ul>
  10. </div>