Sha256: cb1ba63976c9b12f462322c69e2fad13db2c6e65715afee49e93eac77b957613
Contents?: true
Size: 1.44 KB
Versions: 2
Compression:
Stored size: 1.44 KB
Contents
#Config{ data: { jwt_token: @jwt_token } } :javascript localStorage.setItem('jwt_token', $("#Config").data('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 %li= link_to 'Iron Warbler', '/iron_warbler' .col-sm-4 %ul %li ~__^ v#{@version} -# %li= Time.now.in_time_zone.to_s %li = pp_date Time.now = pp_time Time.now -# <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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ish_manager-0.1.8.513 | app/views/ish_manager/application/_main_footer.haml |
ish_manager-0.1.8.512 | app/views/ish_manager/application/_main_footer.haml |