Auto status change to "Under Review"
Show More
@@ -111,9 +111,10 b'' | |||
|
111 | 111 | </div> |
|
112 | 112 | %else: |
|
113 | 113 |
|
|
114 | %if h.HasRepoPermissionAny('repository.write','repository.admin')(c.repo_name): | |
|
114 | ||
|
115 | 115 | <div class="quick_start"> |
|
116 | 116 | <div class="fieldset"> |
|
117 | %if h.HasRepoPermissionAny('repository.write','repository.admin')(c.repo_name): | |
|
117 | 118 | <p><b>${_('Add or upload files directly via RhodeCode:')}</b></p> |
|
118 | 119 | <div class="pull-left"> |
|
119 | 120 | <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> |
@@ -124,6 +125,7 b'' | |||
|
124 | 125 | %endif |
|
125 | 126 | </div> |
|
126 | 127 | |
|
128 | ||
|
127 | 129 | <div class="fieldset"> |
|
128 | 130 | <p><b>${_('Push new repo:')}</b></p> |
|
129 | 131 | <pre> |
General Comments 1
You need to be logged in to leave comments.
Login now