Skip to content

Commit

Permalink
Update indentation of requests in staging workflow info box
Browse files Browse the repository at this point in the history
Use the same level of indentation for 'Empty' requests placeholder as
we use for actual requests.
  • Loading branch information
bgeuken committed Nov 22, 2018
1 parent e727eb9 commit 9c70982
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 9c70982

Please sign in to comment.