Sha256: 1878898fc487d2312f91874c7c1fb9c049e0fc9a467ef1be9bf384f9cd8dcf09
Contents?: true
Size: 331 Bytes
Versions: 29
Compression:
Stored size: 331 Bytes
Contents
%h1 Listing menus %table %tr %th Name %th %th %th - @menus.each do |menu| %tr %td= menu.name %td= link_to 'Show', menu %td= link_to 'Edit', edit_menu_path(menu) %td= link_to 'Destroy', menu, :confirm => 'Are you sure?', :method => :delete %br = link_to 'New menu', new_menu_path
Version data entries
29 entries across 29 versions & 1 rubygems