%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}").html_safe%{strong_start: '<strong>'.html_safe,strong_end: '</strong>'.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'