Skip to content

Instantly share code, notes, and snippets.

@Tlazypanda
Created April 11, 2020 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tlazypanda/f70f0a54a702e74a30e742db8025019b to your computer and use it in GitHub Desktop.
Save Tlazypanda/f70f0a54a702e74a30e742db8025019b to your computer and use it in GitHub Desktop.
#app/views/notes/_card.html.erb
<div class="card">
<% if node.main_image %>
<a class="card-img-top img" style="overflow: hidden; height:10em;"
<% if @widget %>target="_blank"<% end %> href="<%= node.path %>">
<img src="<%= node.main_image.path(:default) alt="xyz" %>"
style="width:100%;"/>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment