We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b88daa commit b990996Copy full SHA for b990996
1 file changed
app/views/common/_external_resources_list.html.erb
@@ -1,4 +1,4 @@
1
-<div class="my-3">
+<div class="my-3 external-resources-box">
2
<% external_resources.each do |external_resource| %>
3
<% unless external_resource.failing? & !current_user&.is_admin? -%>
4
<%= render partial: 'common/external_resource', object: external_resource %>
0 commit comments