Remove unused history_path instance variable

This commit is contained in:
Robert Speicher 2012-10-09 18:33:22 -04:00
parent cda5e66d7c
commit 702133c0e2
2 changed files with 2 additions and 6 deletions

View file

@ -10,10 +10,8 @@ class TreeController < ProjectResourceController
before_filter :assign_ref_vars
def show
@hex_path = Digest::SHA1.hexdigest(@path)
@history_path = project_tree_path(@project, @id)
@logs_path = logs_file_project_ref_path(@project, @ref, @path)
@hex_path = Digest::SHA1.hexdigest(@path)
@logs_path = logs_file_project_ref_path(@project, @ref, @path)
respond_to do |format|
format.html