You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1021 B

html
head
title #{(title ? title+' | DevBug' : 'DevBug Dashboard')}
link(rel='stylesheet' href='/assets/dash_v1.css')
block head
body
#pre-header
- var e_project = (user && project && devbug.permission.project.sync_edit(project, user))
#pre-header-content DevBug | v#{devbug.version} #{(user ? " | User: "+user.username : "")} #{(e_project ? " | Project: "+project.name+" | API: "+project.uuid : "")} #{((_flitter.config('server.environment') === 'development') ? " | Development" : "" )}
#title-header
#title-header-content #{title ? title : 'DevBug Dashboard'}
ul#navbar
li
a#navbar-home(href='/dash/v1') Home
li
a#navbar-usage(href='/dash/v1/using_devbug/main') Using DevBug
block navbar-left
li.navbar-right
a#navbar-logout(href='/auth/logout') Logout
if show_back
li.navbar-right
a#navbar-back(href='javascript:window.history.back()') Back
block navbar-right
.content
block content
block scripts
script(src='/assets/dash_v1.js')
//- .spacer