Sha256: 9416f5feb22e14abcef176af78a349ce7dc1030fa65f00372200d0243e314338

Contents?: true

Size: 433 Bytes

Versions: 7

Compression:

Stored size: 433 Bytes

Contents

!!!
%html
%head
  %title TheComments Dummy App
  = stylesheet_link_tag    :application, media: :all
  = javascript_include_tag :application
  = csrf_meta_tags

%body
  .body
    %p
      = link_to 'Home', root_path
      \|
      - if current_user
        User: #{current_user.username}
        \|
        = link_to "Comments Manage (+#{current_user.draft_comcoms_count})", manage_comments_path
      - else
        Guest
    = yield

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
fuck_comments-2.3.4 spec/dummy_app/app/views/layouts/application.html.haml
the_comments_ruby-2.3.4 spec/dummy_app/app/views/layouts/application.html.haml
the_comments_ruby-2.3.3 spec/dummy_app/app/views/layouts/application.html.haml
the_comments-2.3.1 spec/dummy_app/app/views/layouts/application.html.haml
the_comments-2.2.2 spec/dummy_app/app/views/layouts/application.html.haml
the_comments-2.2.1 spec/dummy_app/app/views/layouts/application.html.haml
the_comments-2.2.0 spec/dummy_app/app/views/layouts/application.html.haml