Skip to content

Commit

Permalink
tristan/ images new usage
Browse files Browse the repository at this point in the history
  • Loading branch information
drusepth committed Oct 4, 2021
1 parent e5e5713 commit a4d2500
Show file tree
Hide file tree
Showing 17 changed files with 10 additions and 10 deletions.
Binary file removed app/assets/images/tristan/medium-opt.png
Binary file not shown.
Binary file modified app/assets/images/tristan/medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file removed app/assets/images/tristan/small-opt.png
Binary file not shown.
Binary file modified app/assets/images/tristan/small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file removed app/assets/images/tristan/very-large-opt.png
Binary file not shown.
Binary file modified app/assets/images/tristan/very-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/views/cards/serendipitous/_content_question.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<% end %>
</div>
<div class="col hide-on-small-only m3">
<%= image_tag 'tristan/small.png',
<%= image_tag 'tristan/small.webp',
class: 'tooltipped tristan',
data: {
position: 'right',
Expand Down
2 changes: 1 addition & 1 deletion app/views/content/deleted.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</p>
</div>
<div class="col hide-on-sm-only m5 l4">
<%= image_tag 'tristan/small.png',
<%= image_tag 'tristan/small.webp',
class: 'tooltipped tristan',
data: {
position: 'left',
Expand Down
6 changes: 3 additions & 3 deletions app/views/customization/content_types.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</p>
</div>
<div class="col m3 hide-on-small-only">
<%= image_tag 'tristan/small.png' %>
<%= image_tag 'tristan/small.webp' %>
</div>
</div>
</div>
Expand All @@ -40,7 +40,7 @@
</p>
</div>
<div class="col m3 hide-on-small-only">
<%= image_tag 'tristan/small.png' %>
<%= image_tag 'tristan/small.webp' %>
</div>
</div>
</div>
Expand All @@ -61,7 +61,7 @@
</p>
</div>
<div class="col m3 hide-on-small-only">
<%= image_tag 'tristan/small.png' %>
<%= image_tag 'tristan/small.webp' %>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/data/archive.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</p>
</div>
<div class="col m3 hide-on-small-only">
<%= image_tag 'tristan/small.png' %>
<%= image_tag 'tristan/small.webp' %>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/main/paper.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="card">
<div class="card-content">
<%=
image_tag 'tristan/small.png', class: 'right hide-on-small-only', style: 'margin-left: 2em'
image_tag 'tristan/small.webp', class: 'right hide-on-small-only', style: 'margin-left: 2em'
%>

<div class="card-title green-text text-darken-2">Going digital saves paper and trees!</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/main/prompts.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<%= render partial: 'prompts/smart_sidebar', locals: { content: @content } %>

<% else %>
<%= image_tag 'tristan/small.png',
<%= image_tag 'tristan/small.webp',
class: 'tooltipped tristan right',
data: {
position: 'left',
Expand Down
2 changes: 1 addition & 1 deletion app/views/notice_dismissal/messages/_13.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</div>

<div class="col hide-on-small-only m3">
<%= image_tag 'tristan/small.png',
<%= image_tag 'tristan/small.webp',
class: 'tooltipped tristan right',
data: {
position: 'bottom',
Expand Down
2 changes: 1 addition & 1 deletion app/views/subscriptions/prepay.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</p>
</div>
<div class="col hide-on-small-only m4 l3">
<%= image_tag 'tristan/small.png',
<%= image_tag 'tristan/small.webp',
class: 'tooltipped tristan',
data: {
position: 'left',
Expand Down

0 comments on commit a4d2500

Please sign in to comment.