diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index 7d4799e39..205ef27f6 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -70,8 +70,8 @@ <% end %> <% if can_manage_repository?(@repository) %> - -
  • +
  • +
  • <%= link_to t('repositories.index.options_dropdown.delete'), team_repository_destroy_modal_path(current_team, repository_id: @repository), class: "delete-repo-option",