Skip to content

Commit

Permalink
Merge pull request #6346 from bgeuken/staging-workflow_info-box
Browse files Browse the repository at this point in the history
Update indentation of requests in staging workflow info box
  • Loading branch information
DavidKang committed Nov 22, 2018
2 parents e727eb9 + 9c70982 commit e2d94f6
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
- if requests.empty?
Empty
- else
%ul.pl-2.list-unstyled
%ul.pl-2.list-unstyled
- if requests.empty?
%li
Empty
- else
- requests.each do |request|
%li= link_to(elide(request.first_target_package, 19), request_show_path(request.number))
- unless more_requests.zero?
Expand Down

0 comments on commit e2d94f6

Please sign in to comment.