File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919<% end %>
2020
2121<%= render(partial: 'registers/curation_genomics/%s' % @check) %>
22- <span class ="check-links ">
23- <%= link_to ( '#' , class : 'text-secondary' , id : 'skip-all-btn' ) do %>
22+ <div class ="check-links text-center m-4 ">
23+ <%= link_to ( '#' , class : 'text-secondary m-2 ' , id : 'skip-all-btn' ) do %>
2424 <%= fa_icon ( 'minus-circle' ) %> Skip all checks
2525 <% end %>
26- <%= link_to ( '#' , class : 'text-success' , id : 'pass-all-btn' ) do %>
26+ <%= link_to ( '#' , class : 'text-success m-2 ' , id : 'pass-all-btn' ) do %>
2727 <%= fa_icon ( 'check-circle' ) %> Pass all checks
2828 <% end %>
29- <%= link_to ( '#' , class : 'text-danger' , id : 'fail-all-btn' ) do %>
29+ <%= link_to ( '#' , class : 'text-danger m-2 ' , id : 'fail-all-btn' ) do %>
3030 <%= fa_icon ( 'exclamation-circle' ) %> Fail all checks
3131 <% end %>
3232</ span >
You can’t perform that action at this time.
0 commit comments