Sha256: 56f2ab020349e03e623c78fe8bc88c50f7f90e4aee060b20fdd9d83945438989

Contents?: true

Size: 637 Bytes

Versions: 4

Compression:

Stored size: 637 Bytes

Contents

#Config{ data: { jwt_token: @jwt_token } }

.manager--main-footer
  .max-width

    %i.fa.fa-compress.collapse-expand#mainFooter
      Account & Session
    .a
      .row
        .col-sm-6
          %ul
            %li <b>Email:</b> #{@current_profile.email}
            %li <b>Role name:</b> #{@current_profile.role_name}

        .col-sm-4
          %ul
            %li \~__^
            %li= @version
            %li= Time.now.to_s
            -# <pre>#{@changelog}</pre>

        .col-sm-2
          = button_to 'Logout', main_app.destroy_user_session_path, :method => :delete

    .c
    = render 'debug' if !Rails.env.production?

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ish_manager-0.1.8.405 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.404 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.403 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.402 app/views/ish_manager/application/_main_footer.haml