Sha256: 56119d404076defd648b0caf3f549d65fe627f76bb0a6d46522049ff5924e921

Contents?: true

Size: 189 Bytes

Versions: 7

Compression:

Stored size: 189 Bytes

Contents

%p= link_to 'Back', root_path
%h1 Current user: #{current_user.name}

%h2 User's pages

%ol
  - @pages.each do |page|
    %li
      %i user_id: #{page.user_id}
      %b= page.title

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
the_role-2.5.4 spec/dummy_app/app/views/pages/my.html.haml
the_role-2.5.3 spec/dummy_app/app/views/pages/my.html.haml
the_role-2.5.2 spec/dummy_app/app/views/pages/my.html.haml
the_role-2.5.1 spec/dummy_app/app/views/pages/my.html.haml
the_role-2.5 spec/dummy_app/app/views/pages/my.html.haml
the_role-2.4 spec/dummy_app/app/views/pages/my.html.haml
the_role-2.3 spec/dummy_app/app/views/pages/my.html.haml