updated nav
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{{- define "title" }} Inventory++ Create an Account {{ end }}
|
||||
|
||||
{{- componentBody "nav_bar" "dot" . }}
|
||||
|
||||
{{/* TODO: will need to verify the email address */}}
|
||||
|
||||
<section style="margin-top: 2em;">
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{{- define "title" }} Inventory++ Account {{ end }}
|
||||
|
||||
{{- componentBody "nav_bar" "dot" . }}
|
||||
|
||||
|
||||
<h1>Account: {{ .Account.Email }}</h1>
|
||||
|
||||
{{- $etsyUser := .Etsy.GetUserPointerByAccountID .Account.ID }}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{{- define "title" }} Inventory++ {{ end }}
|
||||
|
||||
{{ componentBody "nav_bar" "dot" . }}
|
||||
|
||||
|
||||
<h1>Inventory management page: WIP</h1>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{{- define "title" }} Inventory++ Reports {{ end }}
|
||||
|
||||
{{ componentBody "nav_bar" "dot" . }}
|
||||
|
||||
{{ $storeID := .Request.URL.Query.Get "store-id" }}
|
||||
|
||||
<h1>Reports</h1>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{{ componentBody "nav_bar" "dot" . }}
|
||||
|
||||
<h1>Home</h1>
|
||||
|
||||
{{- if and .UserID (not .Account.ID) }}
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{{/* TODO: delete this page, when certain it's not wanted anymore */}}
|
||||
|
||||
{{ componentBody "nav_bar" "dot" . }}
|
||||
|
||||
<h1>Log In</h1>
|
||||
|
||||
<form action="login" method="post">
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{{/* TODO: not used - read for deletion */}}
|
||||
|
||||
{{ componentBody "nav_bar" "dot" . }}
|
||||
|
||||
<h1>Sign Up</h1>
|
||||
|
||||
<form action="accounts" method="post">
|
||||
|
||||
Reference in New Issue
Block a user