mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 22:24:23 +08:00
Move images to public folder [SCI-8842]
This commit is contained in:
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 |
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Loading…
Add table
Reference in a new issue