%p=_("Unarchiving the project will restore its members' ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end} %{link_start}Learn more.%{link_end}").html_safe%{strong_start: '<strong>'.html_safe,strong_end: '</strong>'.html_safe,link_start: link_start,link_end: '</a>'.html_safe}
%p=_("Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end} %{link_start}Learn more.%{link_end}").html_safe%{strong_start: '<strong>'.html_safe,strong_end: '</strong>'.html_safe,link_start: link_start,link_end: '</a>'.html_safe}
=link_to_('Remove avatar'),project_avatar_path(@project),data: {confirm: _('Avatar will be removed. Are you sure?')},method: :delete,class: 'btn btn-link'
=html_escape(_('The regular expression used to find test coverage output in the job log. For example, use %{regex} for Simplecov (Ruby). Leave blank to disable.'))%{regex: '<code>\(\d+.\d+%\)</code>'.html_safe}