Show More
@@ -26,9 +26,11 | |||
|
26 | 26 | <div id="search_activate_id" class="search_activate"> |
|
27 | 27 | <a id="filter_activate" href="#">${_('search file list')}</a> |
|
28 | 28 | </div> |
|
29 | % if h.HasRepoPermissionAny('repository.write','repository.admin')(c.repo_name): | |
|
29 | 30 | <div id="add_node_id" class="add_node"> |
|
30 | 31 | <a href="${h.url('files_add_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=c.f_path)}">${_('add new file')}</a> |
|
31 | 32 |
</div> |
|
33 | % endif | |
|
32 | 34 | <div> |
|
33 | 35 | <div id="node_filter_box_loading" style="display:none">${_('Loading file list...')}</div> |
|
34 | 36 | <div id="node_filter_box" style="display:none"> |
General Comments 0
You need to be logged in to leave comments.
Login now