docwhat/chicagoiands

View on GitHub
app/views/stories/_header.html.haml

Summary

Maintainability
Test Coverage
%header
  - if current_user
    %span{:class => 'admin'}
      = link_to "edit", edit_story_path(story)
      = link_to "destroy", story, confirm: 'Are you sure?', method: :delete

  = link_to story.title, story
  %span{:class=>'author'}
    by
    = story.author