Skip to content

Commit

Permalink
default images no reference bubbles.jpg instead of discover-crop
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwiggins committed Jul 21, 2015
1 parent 92c0f99 commit 5f3e373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/experiments/landing_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
<div class="suggested-img">
<% if experiment.uploaded_file.blank? %>
<a href="<%= url_for experiment %>" class="suggested-exp-img" style="background-image: url(<%= image_path "discovery-crop.jpg" %>)"></a>
<a href="<%= url_for experiment %>" class="suggested-exp-img" style="background-image: url(<%= image_path "bubbles.jpg" %>)"></a>
<% else %>
<a href="<%= url_for experiment %>" class="suggested-exp-img" style="background-image: url('<%= experiment.uploaded_file %>')"></a>
<% end %>
Expand All @@ -51,7 +51,7 @@
</div>
<div class="suggested-img">
<% if top_experiment.uploaded_file.blank? %>
<a href="<%= url_for top_experiment %>" class="suggested-exp-img" style="background-image: url(<%= image_path "discovery-crop.jpg" %>)"></a>
<a href="<%= url_for top_experiment %>" class="suggested-exp-img" style="background-image: url(<%= image_path "bubbles.jpg" %>)"></a>
<% else %>
<a href="<%= url_for top_experiment %>" class="suggested-exp-img" style="background-image: url('<%= top_experiment.uploaded_file %>')"></a>
<% end %>
Expand Down

0 comments on commit 5f3e373

Please sign in to comment.