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">