##// END OF EJS Templates
archiving: make it explicit archiving a repo is irreversible.
super-admin -
r4689:fb78c106 stable
parent child Browse files
Show More
@@ -171,7 +171,7 b''
171 This repository is already archived. Only super-admin users can un-archive this repository.
171 This repository is already archived. Only super-admin users can un-archive this repository.
172 % else:
172 % else:
173 <button class="btn btn-small btn-warning" type="submit"
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 ${_('Archive this repository')}
176 ${_('Archive this repository')}
177 </button>
177 </button>
@@ -180,6 +180,9 b''
180 </div>
180 </div>
181 <div class="field">
181 <div class="field">
182 <span class="help-block">
182 <span class="help-block">
183 <strong>
184 ${_('This action is irreversible')} !
185 </strong><br/>
183 ${_('Archiving the repository will make it entirely read-only. The repository cannot be committed to.'
186 ${_('Archiving the repository will make it entirely read-only. The repository cannot be committed to.'
184 'It is hidden from the search results and dashboard. ')}
187 'It is hidden from the search results and dashboard. ')}
185 </span>
188 </span>
General Comments 1
Under Review
author

Auto status change to "Under Review"

You need to be logged in to leave comments. Login now