Auto status change to "Under Review"
Show More
@@ -171,7 +171,7 b'' | |||
|
171 | 171 | This repository is already archived. Only super-admin users can un-archive this repository. |
|
172 | 172 | % else: |
|
173 | 173 | <button class="btn btn-small btn-warning" type="submit" |
|
174 | onclick="submitConfirm(event, this, _gettext('Confirm to archive this repository'), _gettext('Archive'), '${c.rhodecode_db_repo.repo_name}')" | |
|
174 | onclick="submitConfirm(event, this, _gettext('Confirm to archive this repository. <br/>This action is irreversible !'), _gettext('Archive'), '${c.rhodecode_db_repo.repo_name}')" | |
|
175 | 175 | > |
|
176 | 176 | ${_('Archive this repository')} |
|
177 | 177 | </button> |
@@ -180,6 +180,9 b'' | |||
|
180 | 180 | </div> |
|
181 | 181 | <div class="field"> |
|
182 | 182 | <span class="help-block"> |
|
183 | <strong> | |
|
184 | ${_('This action is irreversible')} ! | |
|
185 | </strong><br/> | |
|
183 | 186 | ${_('Archiving the repository will make it entirely read-only. The repository cannot be committed to.' |
|
184 | 187 | 'It is hidden from the search results and dashboard. ')} |
|
185 | 188 | </span> |
General Comments 1
You need to be logged in to leave comments.
Login now