~petersanchez/gohome

78ed421228e748d97cf5ab31efe8a9c353da24fb — Peter Sanchez 10 months ago ee95314
Add edit check in edit page title
1 files changed, 1 insertions(+), 1 deletions(-)

M templates/add_edit.html
M templates/add_edit.html => templates/add_edit.html +1 -1
@@ 1,6 1,6 @@
{{template "base" .}}
<section class="app-header">
  <h1 class="app-header__title">Add Repo</h1>
  <h1 class="app-header__title">{{ if .isEdit }}Edit{{ else }}Add{{ end }} Repo</h1>
</section>

<section class="card shadow-card">