Skip to content

Instantly share code, notes, and snippets.

@edison
Created September 8, 2012 19:23
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 edison/3678903 to your computer and use it in GitHub Desktop.
Save edison/3678903 to your computer and use it in GitHub Desktop.
coisa
<div class="hero-unit">
<% if @quote %>
<blockquote>
<p><%= @quote.content %></p>
<small><%= @quote.author %></small>
</blockquote>
<% else %>
<p>Nenhuma frase cadastrada.</p>
<%= link_to 'Cadastre uma frase' %>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment