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.navul li.navli a.nava(href='/dash/v1') Dashboard li.navli a.nava(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