Skip to content

Commit

Permalink
Merge pull request #6462 from ChrisBr/fix_repo_state
Browse files Browse the repository at this point in the history
Fix repository state view
  • Loading branch information
ChrisBr committed Dec 4, 2018
2 parents 0e31de6 + e4fc26b commit 27f8290
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Cycles for #{arch.name} (##{cycle.length})
%ul
%li
= cycle.map { |package| link_to(package, package_show_path(project: @project, package: package)) }.join(', ').safe_join
= safe_join(cycle.map { |package| link_to(package, package_show_path(project: @project, package: package)) }, ', ')
- if cycles.empty?
%p
%i
Expand Down

0 comments on commit 27f8290

Please sign in to comment.