html head title View: #{project.name} | Devbug link(rel='stylesheet' href='/assets/dash_v1.css') body h2 View: #{project.name} h4 API Key: #{ project.uuid } ul(style='list-style-type: none; display: inline; margin: 0; padding: 0; padding-right: 15px;') li a(href='/dash/v1') Dashboard li a(href='/auth/logout') Logout table thead tr th(scope='col' style='min-width: 250px') Brief th(scope='col' style='min-width: 250px') Created On th(scope='col') Actions tbody each out in outs tr td #{out.brief} td #{ out.created.toLocaleString({timeZone: 'America/Chicago'}) } td ul(style='list-style-type: none; margin: 0; padding: 0;') li a.action(href='/dash/v1/out/view/'+out.id) View