Sha256: 8016cedd245a41ee69f3a4d472a1934ee987da321952df00daf50a7a857c90b2

Contents?: true

Size: 1.09 KB

Versions: 15

Compression:

Stored size: 1.09 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'
          = link_to 'RTEditor', application_tinymce_path, target: :_blank

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ish_manager-0.1.8.442 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.441 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.440 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.439 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.438 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.437 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.436 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.435 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.434 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.433 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.432 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.431 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.430 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.429 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.428 app/views/ish_manager/application/_main_footer.haml