summaryrefslogtreecommitdiff
path: root/views/header.pug
blob: 7eb357b9bbc46df37629f81bc31cd39a4ff65cc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
header
	a(href="/")
		img(src="/images/rally-the-troops.svg" width=48 height=48)
	nav
		a(href="/about") About
		a(href="/forum") Forum
		if user
			if user.unread > 0
				a(href="/inbox") Inbox (#{user.unread})
			else
				a(href="/inbox") Inbox
			a(href="/profile") Profile (#{user.name})
		else
			a(href="/signup") Signup
			a(href="/login") Login