extends ../layout/default block content #dim #content-wrapper #link form(action='/link', method='POST') img#logo(src='/images/panel-logo.png', alt='Standing Fleet') p.strong Hello, #{user.username} p In order to view a fleet, you need to link this session to a pilot that's logged in inside of Eve. h2 Link Session To Pilot p.field input(type='text', name='key', placeholder='Pilot Key') i.fa.fa-fighter-jet.fa-large p.submit button(type='submit', name='submit') i.fa.fa-arrow-right.fa-large if error != '' span.error=error if linked h2 Linked Pilot p.strong #{linked.characterName} .linked img(src='https://image.eveonline.com/Character/#{linked.characterId}_128.jpg' title='#{linked.characterName}') h2 dl dt Pilot Key dd= linked.key dt Fleet Link dd a(href='/join/#{linked.fleetKey}/')= linked.fleetKey dt Current System dd= linked.systemName dt Ship Type dd= linked.shipType a.logout.button(href='/unlink') i.fa.fa-chain-broken | Unlink a.logout.button(href='/overview') i.fa.fa-sitemap | Overview a.logout.button(href='/logout') i.fa.fa-sign-out | Logout h2 Client Download dl.download dt i.fa.fa-windows | Windows dd a(href='/clients/client-win32-1.1.4.zip') client-win-1.1.4.zip dt i.fa.fa-apple | OSX dd a(href='/clients/client-darwin-1.1.4.zip') client-osx-1.1.4.zip