Skip to content

Commit

Permalink
Merge pull request #70 from voxpupuli/fix-duplicated-repos
Browse files Browse the repository at this point in the history
unify repos in each type
  • Loading branch information
Robert Müller authored Sep 21, 2019
2 parents 303d6ce + ed2944b commit 0985dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%span{style: 'float: right;', data: { tooltip: I18n.t("repo_states.#{type}.description"), position: 'left center'}}
%i.icon.question.mark.circle
.content
- repos.each do |repo|
- repos.uniq.each do |repo|
= link_to(repo, repository_path(repo), class: 'ui basic label')
- else
.ui.error.message
Expand Down

0 comments on commit 0985dfd

Please sign in to comment.