We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The time-links do not show up correctly on the project's overview-pagee. The following patch should fix it:
--- show.rhtml 2011-04-11 11:35:17.000000000 +0300 +++ projects_tree_view/app/views/projects/show.rhtml 2011-04-11 12:02:57.000000000 +0300 @@ -110,8 +110,8 @@ <% if @total_hours && User.current.allowed_to?(:view_time_entries, @project) %>
<%= l_hours(@total_hours) %>
<%= link_to(l(:label_details), {:controller => 'timelog', :action => 'details', :project_id => @project}) %> |
<%= link_to(l(:label_details), {:controller => 'timelog', :action => 'index', :project_id => @project}) %> |
The text was updated successfully, but these errors were encountered:
See pull request for a fix.
Sorry, something went wrong.
No branches or pull requests
Hi,
The time-links do not show up correctly on the project's overview-pagee. The following patch should fix it:
--- show.rhtml 2011-04-11 11:35:17.000000000 +0300
+++ projects_tree_view/app/views/projects/show.rhtml 2011-04-11 12:02:57.000000000 +0300
@@ -110,8 +110,8 @@
<% if @total_hours && User.current.allowed_to?(:view_time_entries, @project) %>
<%= l(:label_spent_time) %>
<%= l_hours(@total_hours) %>
<%= link_to(l(:label_details), {:controller => 'timelog', :action => 'details', :project_id => @project}) %> |
<%= link_to(l(:label_details), {:controller => 'timelog', :action => 'index', :project_id => @project}) %> |
<% end %>
<%= call_hook(:view_projects_show_sidebar_bottom, :project => @project) %>
<% end %>
The text was updated successfully, but these errors were encountered: