Show More
@@ -105,7 +105,7 b' class FilesController(BaseController):' | |||||
105 | c.file_msg = cs.get_file_message(f_path) |
|
105 | c.file_msg = cs.get_file_message(f_path) | |
106 | c.cur_rev = cs.raw_id |
|
106 | c.cur_rev = cs.raw_id | |
107 | c.f_path = f_path |
|
107 | c.f_path = f_path | |
108 | c.annotate = cs.get_file_annotate(f_path) |
|
108 | ||
109 | return render('files/files_annotate.html') |
|
109 | return render('files/files_annotate.html') | |
110 |
|
110 | |||
111 | def archivefile(self, repo_name, revision, fileformat): |
|
111 | def archivefile(self, repo_name, revision, fileformat): |
General Comments 0
You need to be logged in to leave comments.
Login now