Sha256: 95e5ee623cbf358ecd13c0515c6aa5fe3151470781f45f597ef84e53ad5a00d2

Contents?: true

Size: 1.38 KB

Versions: 29

Compression:

Stored size: 1.38 KB

Contents

#Config{ data: { jwt_token: @jwt_token } }
:javascript
  localStorage.setItem('jwt_token', $("#Config").data('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 ~__^ &nbsp; &nbsp; v#{@version}
            -# %li= Time.now.in_time_zone.to_s
            %li
              = pp_date Time.now
              = pp_time Time.now
            -# <pre>#{@changelog}</pre>

        .col-sm-4
          = button_to 'Logout', main_app.destroy_user_session_path, :method => :delete, data: { confirm: 'Are you sure?' }

          -# .set-jwt-token
          -#   = button_tag 'Set JWT', class: 'set-jwt-token'
          -#   .jwt-token

          = 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

29 entries across 29 versions & 1 rubygems

Version Path
ish_manager-0.1.8.511 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.510 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.509 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.508 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.507 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.506 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.505 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.504 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.503 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.500 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.499 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.498 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.497 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.496 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.495 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.494 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.493 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.492 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.491 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.490 app/views/ish_manager/application/_main_footer.haml