Sha256: b1b34b9977823cb426d897cd2dd515cfc3a0c30dc3365df1d472262884c50809
Contents?: true
Size: 620 Bytes
Versions: 27
Compression:
Stored size: 620 Bytes
Contents
!!! %html %head %title Test Nested Form Fields Gem %meta{:charset => "utf-8"} %meta{:name => "viewport", :content => "width=device-width, initial-scale=1, maximum-scale=1"} = stylesheet_link_tag :application, :media => "all" = javascript_include_tag :application = csrf_meta_tags %body #container.container %header = render 'layouts/navigation' = render 'layouts/messages' #main - User.order(:name).each do |user| = link_to user.name, edit_user_path(user) | = link_to 'New User', new_user_path = yield %footer
Version data entries
27 entries across 27 versions & 1 rubygems