Skip to content

Instantly share code, notes, and snippets.

@DmitriyBaklikov
Created September 4, 2015 06:39
Show Gist options
  • Save DmitriyBaklikov/c06b3525fa8149a09c39 to your computer and use it in GitHub Desktop.
Save DmitriyBaklikov/c06b3525fa8149a09c39 to your computer and use it in GitHub Desktop.
<div class="home-tile">
<% if defined?(link) %>
<a href="<%= link %>">
<% end %>
<%= image_tag @homepage.send("#{section}_image".to_sym).url unless @homepage.send("#{section}_image".to_sym).blank? %>
<span class="din-up"><%= @homepage.send("#{section}_title".to_sym) %></span>
<% if defined?(link) %>
</a>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment