##// END OF EJS Templates
removed unneded value
marcink -
r335:588c6147 default
parent child Browse files
Show More
@@ -105,7 +105,7 b' class FilesController(BaseController):'
105 105 c.file_msg = cs.get_file_message(f_path)
106 106 c.cur_rev = cs.raw_id
107 107 c.f_path = f_path
108 c.annotate = cs.get_file_annotate(f_path)
108
109 109 return render('files/files_annotate.html')
110 110
111 111 def archivefile(self, repo_name, revision, fileformat):
General Comments 0
You need to be logged in to leave comments. Login now