Skip to content

Instantly share code, notes, and snippets.

@julioprotzek
Created October 18, 2013 18:35
Show Gist options
  • Save julioprotzek/7046047 to your computer and use it in GitHub Desktop.
Save julioprotzek/7046047 to your computer and use it in GitHub Desktop.
p#notice = notice
h1
= @article.title
.pull-right
= link_to 'Edit', edit_article_path(@article), class: 'btn btn-default'
hr
p = @article.published_at
= simple_format @article.body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment