aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/templates/files/files.html
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-01-12 06:32:40 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-01-12 06:32:40 +0200
commitd99abc09bf9d8eac6d37487273a1f04540d0dbea (patch)
tree1c2b43cdedfb22c165b1480129e6bd7b94742690 /rhodecode/templates/files/files.html
parenta43b372cceb7343a5321159674a262869ad84722 (diff)
White-space cleanup
--HG-- branch : beta
Diffstat (limited to 'rhodecode/templates/files/files.html')
-rw-r--r--rhodecode/templates/files/files.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/rhodecode/templates/files/files.html b/rhodecode/templates/files/files.html
index 61565c45..9221fe7e 100644
--- a/rhodecode/templates/files/files.html
+++ b/rhodecode/templates/files/files.html
@@ -12,11 +12,11 @@
${_('files')}
%if c.file:
@ r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}
- %endif
+ %endif
</%def>
<%def name="page_nav()">
- ${self.menu('files')}
+ ${self.menu('files')}
</%def>
<%def name="main()">
@@ -27,15 +27,15 @@
<ul class="links">
<li>
<span style="text-transform: uppercase;"><a href="#">${_('branch')}: ${c.changeset.branch}</a></span>
- </li>
- </ul>
+ </li>
+ </ul>
</div>
<div class="table">
<div id="files_data">
<%include file='files_ypjax.html'/>
- </div>
+ </div>
</div>
-</div>
+</div>
<script type="text/javascript">
var YPJAX_TITLE = "${c.repo_name} ${_('Files')} - ${c.rhodecode_name}";
var current_url = "${h.url.current()}";
@@ -45,4 +45,4 @@ var truncated_lbl = "${_('search truncated')}";
var nomatch_lbl = "${_('no matching files')}";
fileBrowserListeners(current_url, node_list_url, url_base, truncated_lbl, nomatch_lbl);
</script>
-</%def> \ No newline at end of file
+</%def>