Sha256: f45610cac7161bd462ed367cf67237b7f91210afb8b3c562422a040e103ede95

Contents?: true

Size: 1 KB

Versions: 53

Compression:

Stored size: 1 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
          = render '/wco/profiles/form_extra', profile: @current_profile
          = link_to 'RTEditor', wco.application_tinymce_path, target: :_blank
      = render 'wco/application/debug' if !Rails.env.production?

    .c

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
wco_models-3.1.0.202 app/views/wco/_main_footer.haml
wco_models-3.1.0.201 app/views/wco/_main_footer.haml
wco_models-3.1.0.199 app/views/wco/_main_footer.haml
wco_models-3.1.0.198 app/views/wco/_main_footer.haml
wco_models-3.1.0.197 app/views/wco/_main_footer.haml
wco_models-3.1.0.196 app/views/wco/_main_footer.haml
wco_models-3.1.0.195 app/views/wco/_main_footer.haml
wco_models-3.1.0.194 app/views/wco/_main_footer.haml
wco_models-3.1.0.193 app/views/wco/_main_footer.haml
wco_models-3.1.0.192 app/views/wco/_main_footer.haml
wco_models-3.1.0.191 app/views/wco/_main_footer.haml
wco_models-3.1.0.190 app/views/wco/_main_footer.haml
wco_models-3.1.0.189 app/views/wco/_main_footer.haml
wco_models-3.1.0.188 app/views/wco/_main_footer.haml
wco_models-3.1.0.187 app/views/wco/_main_footer.haml
wco_models-3.1.0.184 app/views/wco/_main_footer.haml
wco_models-3.1.0.183 app/views/wco/_main_footer.haml
wco_models-3.1.0.182 app/views/wco/_main_footer.haml
wco_models-3.1.0.181 app/views/wco/_main_footer.haml
wco_models-3.1.0.180 app/views/wco/_main_footer.haml