Mercurial > hg > soundsoftware-site
comparison app/views/timelog/.svn/text-base/_date_range.rhtml.svn-base @ 37:94944d00e43c
* Update to SVN trunk rev 4411
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 19 Nov 2010 13:24:41 +0000 |
parents | 513646585e45 |
children | cbce1fd3b1b7 |
comparison
equal
deleted
inserted
replaced
22:40f7cfd4df19 | 37:94944d00e43c |
---|---|
26 </p> | 26 </p> |
27 | 27 |
28 <div class="tabs"> | 28 <div class="tabs"> |
29 <% url_params = @free_period ? { :from => @from, :to => @to } : { :period => params[:period] } %> | 29 <% url_params = @free_period ? { :from => @from, :to => @to } : { :period => params[:period] } %> |
30 <ul> | 30 <ul> |
31 <li><%= link_to(l(:label_details), url_params.merge({:controller => 'timelog', :action => 'details', :project_id => @project, :issue_id => @issue }), | 31 <li><%= link_to(l(:label_details), url_params.merge({:controller => 'timelog', :action => 'index', :project_id => @project, :issue_id => @issue }), |
32 :class => (@controller.action_name == 'details' ? 'selected' : nil)) %></li> | 32 :class => (@controller.action_name == 'index' ? 'selected' : nil)) %></li> |
33 <li><%= link_to(l(:label_report), url_params.merge({:controller => 'timelog', :action => 'report', :project_id => @project, :issue_id => @issue}), | 33 <li><%= link_to(l(:label_report), url_params.merge({:controller => 'time_entry_reports', :action => 'report', :project_id => @project, :issue_id => @issue}), |
34 :class => (@controller.action_name == 'report' ? 'selected' : nil)) %></li> | 34 :class => (@controller.action_name == 'report' ? 'selected' : nil)) %></li> |
35 </ul> | 35 </ul> |
36 </div> | 36 </div> |