Guest User

Untitled

a guest
Jul 17th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. - title "Components"
  2. %table
  3. %tr
  4. %th
  5. Name
  6. - for component in @components
  7. %tr
  8. %td= component.name
  9. %td= link_to "Edit", edit_super_component_path(component)
  10. %td= link_to "Destroy", super_component_path(component), :confirm => 'Are you sure?', :method => :delete
  11.  
  12. %p= link_to "New Component", new_super_component_path
Add Comment
Please, Sign In to add comment