Show More
@@ -115,8 +115,11 b'' | |||||
115 | <div class="quick_start"> |
|
115 | <div class="quick_start"> | |
116 | <div class="fieldset"> |
|
116 | <div class="fieldset"> | |
117 | <p><b>${_('Add or upload files directly via RhodeCode:')}</b></p> |
|
117 | <p><b>${_('Add or upload files directly via RhodeCode:')}</b></p> | |
118 | <div id="add_node_id" class="add_node"> |
|
118 | <div class="pull-left"> | |
119 |
<a href="${h.route_path('repo_files_add_file',repo_name=c.repo_name,commit_id=0, f_path='' |
|
119 | <a href="${h.route_path('repo_files_add_file',repo_name=c.repo_name,commit_id=0, f_path='')}" class="btn btn-default">${_('Add New File')}</a> | |
|
120 | </div> | |||
|
121 | <div class="pull-left"> | |||
|
122 | <a href="${h.route_path('repo_files_upload_file',repo_name=c.repo_name,commit_id=0, f_path='')}" class="btn btn-default">${_('Upload New File')}</a> | |||
120 | </div> |
|
123 | </div> | |
121 | %endif |
|
124 | %endif | |
122 | </div> |
|
125 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now