diff --git a/app/views/repositories/_sidebar.html.erb b/app/views/repositories/_sidebar.html.erb index b532c79c8..e2a39f56c 100644 --- a/app/views/repositories/_sidebar.html.erb +++ b/app/views/repositories/_sidebar.html.erb @@ -8,17 +8,17 @@ <% repositories.each do |repository| %> -
  • - - <% if current_page?(repository_path(repository)) %> - <%= repository.name %> - <% else %> - <%= link_to repository.name, - repository_path(repository), - data: { 'no-turbolink' => 'true' } %> - <% end %> - -
  • +
  • + + <% if current_page?(repository_path(repository)) %> + <%= repository.name %> + <% else %> + <%= link_to repository.name, + repository_path(repository), + data: { 'no-turbolink' => 'true' } %> + <% end %> + +
  • <% end %>