Move images to public folder [SCI-8842]

This commit is contained in:
sboursen-scinote 2023-08-07 12:31:30 +02:00
parent e0fa6c0a0f
commit d97035988a
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

View file

@ -86,7 +86,7 @@
<% if user_signed_in? && current_user.teams.blank? && !(activities_are_selected? || settings_are_selected?) %>
<!-- If member of no teams -->
<div id="no-teams-jumbotron" class="jumbotron">
<%= image_tag "not-part-of-any-team.png" %>
<%= image_tag "/images/not-part-of-any-team.png" %>
<h2><%=t 'general.no_teams.title' %></h2>
<p class="no-teams-info"><%=t 'general.no_teams.text' %></p>
</div>

View file

@ -1,6 +1,6 @@
<div class="container">
<div class="jumbotron">
<%= image_tag "link-expired.png" %>
<%= image_tag('/images/no_search_results.png') %>
<h2><%=t 'zip_export.expired_title' %></h2>
<p><%=t 'zip_export.expired_description' %></p>
</div>

View file

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB