Sha256: 511b12fd6bc2ebf05b15332572e11be4d62ca7b852b7ebf31ec12ea7bab7342d

Contents?: true

Size: 1.23 KB

Versions: 69

Compression:

Stored size: 1.23 KB

Contents

#Config{ data: { jwt_token: @jwt_token } }
:javascript
  localStorage.setItem('jwt_token', $("#Config").data('jwt-token') )

.application--main-footer.main-footer
  .maxwidth

    %i.fa.fa-compress.collapse-expand#mainFooter
      Account & Session
    .a
      .row
        .col-sm-4
          %ul
            %li
              <b>Email:</b> #{@current_profile.email}
              = button_to 'Logout', main_app.destroy_user_session_path, :method => :delete, data: { confirm: 'Are you sure?' }
            %li= link_to 'sidekiq', '/sidekiq', target: :_blank
            %li= link_to 'Iron Warbler', '/iron_warbler'


        .col-sm-4
          %ul
            %li ~__^ &nbsp; &nbsp; v#{@version}
            %li
              = pp_date Time.now
              = pp_time Time.now

        .col-sm-4
          = form_for @current_profile, url: wco.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', wco.application_tinymce_path, target: :_blank

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

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
wco_models-3.1.0.134 app/views/wco/_main_footer.haml
wco_models-3.1.0.133 app/views/wco/_main_footer.haml
wco_models-3.1.0.132 app/views/wco/_main_footer.haml
wco_models-3.1.0.131 app/views/wco/_main_footer.haml
wco_models-3.1.0.130 app/views/wco/_main_footer.haml
wco_models-3.1.0.129 app/views/wco/_main_footer.haml
wco_models-3.1.0.128 app/views/wco/_main_footer.haml
wco_models-3.1.0.127 app/views/wco/_main_footer.haml
wco_models-3.1.0.126 app/views/wco/_main_footer.haml
wco_models-3.1.0.125 app/views/wco/_main_footer.haml
wco_models-3.1.0.124 app/views/wco/_main_footer.haml
wco_models-3.1.0.123 app/views/wco/_main_footer.haml
wco_models-3.1.0.122 app/views/wco/_main_footer.haml
wco_models-3.1.0.121 app/views/wco/_main_footer.haml
wco_models-3.1.0.120 app/views/wco/_main_footer.haml
wco_models-3.1.0.119 app/views/wco/_main_footer.haml
wco_models-3.1.0.118 app/views/wco/_main_footer.haml
wco_models-3.1.0.117 app/views/wco/_main_footer.haml
wco_models-3.1.0.116 app/views/wco/_main_footer.haml
wco_models-3.1.0.115 app/views/wco/_main_footer.haml