Sha256: 60bd8389d6f1d22fa54b52ee716c046f24932235311637f2c7b042af48a00125

Contents?: true

Size: 1.21 KB

Versions: 4

Compression:

Stored size: 1.21 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.in_time_zone.to_s
            -# <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

4 entries across 4 versions & 1 rubygems

Version Path
ish_manager-0.1.8.471 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.470 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.469 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.468 app/views/ish_manager/application/_main_footer.haml