Sha256: aa64888a91131967d8093e720f556fa59fbd67113eee3058e651d004ea88da39

Contents?: true

Size: 1023 Bytes

Versions: 6

Compression:

Stored size: 1023 Bytes

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
          = render '/wco/profiles/form_extra', profile: @current_profile
          = link_to 'RTEditor', wco.application_tinymce_path, target: :_blank

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wco_models-3.1.0.140 app/views/wco/_main_footer.haml
wco_models-3.1.0.139 app/views/wco/_main_footer.haml
wco_models-3.1.0.138 app/views/wco/_main_footer.haml
wco_models-3.1.0.137 app/views/wco/_main_footer.haml
wco_models-3.1.0.136 app/views/wco/_main_footer.haml
wco_models-3.1.0.135 app/views/wco/_main_footer.haml