Hi All,
I get the error below when i try to view the source tree of
repositories:

A ActionView::TemplateError occurred in trees#show:

 undefined method `project_repository_commit_compare_path' for
#<ActionView::Base:0xc2e5e44>
 On line #103 of app/views/trees/show.html.erb

   100:
   101:     <ul class="links navigation disable_hover">
   102:       <h5><%= t("views.logs.branches") %>:</h5>
   103:       <%= tree_and_diff_link(@commit, @ref,
sorted_git_heads(@git.branches), @project, @repository) %>
   104:     </ul>
   105:
   106:     <% unless @git.tags.blank? -%>

   app/helpers/trees_helper.rb:80:in `tree_and_diff_link'
   app/helpers/trees_helper.rb:76:in `map'
   app/helpers/trees_helper.rb:76:in `tree_and_diff_link'
   app/views/trees/show.html.erb:103
   vendor/rails/actionpack/lib/action_controller/caching/fragments.rb:
43:in `call'
   vendor/rails/actionpack/lib/action_controller/caching/fragments.rb:
43:in `fragment_for'
   vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb:
35:in `cache'


<snip>

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to