Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.29 KB | None | 0 0
  1. %p{:id=>"notice"}= notice
  2.  
  3. %p
  4.   %b Title:
  5.   = @article.title
  6.  
  7. %p
  8.   %b Body:
  9.   = @article.title
  10.  
  11. %p
  12.   %b Published at:
  13.   = @article.title
  14.  
  15. %p
  16.   %b Location:
  17.   = @article.title
  18.  
  19. %p
  20.   %b Excerpt:
  21.   = @article.title
  22.  
  23. = link_to 'Edit', edit_article_path(@article)  |
  24. = link_to 'Back', articles_path
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement