Sha256: b98d41b0681a587871b78945b14bd2d96c2dda6d666df2e70609eb425b357fc4

Contents?: true

Size: 1.02 KB

Versions: 8

Compression:

Stored size: 1.02 KB

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-4
          %ul
            %li <b>Email:</b> #{@current_profile.email}
            %li <b>Role name:</b> #{@current_profile.role_name}
            %li= link_to 'sidekiq', '/sidekiq', target: :_blank

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

        .col-sm-4
          = button_to 'Logout', main_app.destroy_user_session_path, :method => :delete, data: { confirm: 'Are you sure?' }
          = form_for @current_profile, url: profile_path(@current_profile), as: :profile do |f|
            .flex-row
              = f.label :per_page
              = f.select :per_page, options_for_select([ 10, 25, 50, 100, 250, 500, 1000], selected: @current_profile.per_page)
              = f.submit 'Go'

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ish_manager-0.1.8.427 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.426 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.425 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.424 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.423 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.422 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.421 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.420 app/views/ish_manager/application/_main_footer.haml