Skip to content

Instantly share code, notes, and snippets.

@julioprotzek
Created October 18, 2013 18:43
Show Gist options
  • Save julioprotzek/7046137 to your computer and use it in GitHub Desktop.
Save julioprotzek/7046137 to your computer and use it in GitHub Desktop.
- if notice
.alert.alert-info.alert-dismissable
button type="button" class="close" data-dismiss="alert" aria-hidden="true" ×
= 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