Skip to content

Commit

Permalink
Change size icon for staging project deletion
Browse files Browse the repository at this point in the history
The delete icon was much smaller than the problem icon, which made
the table look a bit strange.
  • Loading branch information
bgeuken committed Nov 20, 2018
1 parent 0b8bad4 commit 897c8fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

- if staging_project.problems.empty?
.text-center
%i.fas.fa-check-circle.fa-2x.text-success
%i.fas.fa-check-circle.text-success
- else
%ul.list-group.list-group-flush
= render partial: 'problems_item', locals: { staging_project: staging_project, index: 0...max_problems }
Expand Down

0 comments on commit 897c8fb

Please sign in to comment.