Sha256: dc756dc8de8e786f345495d3e6eeb09cb436b457d3274dcebd6e2f260e4796c3

Contents?: true

Size: 1.11 KB

Versions: 25

Compression:

Stored size: 1.11 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?' }
          = 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

25 entries across 25 versions & 1 rubygems

Version Path
ish_manager-0.1.8.467 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.466 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.465 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.464 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.463 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.462 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.461 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.460 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.459 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.458 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.457 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.456 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.455 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.454 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.453 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.452 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.451 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.450 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.449 app/views/ish_manager/application/_main_footer.haml
ish_manager-0.1.8.448 app/views/ish_manager/application/_main_footer.haml