aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/org/create.tmpl1
-rw-r--r--templates/org/team/new.tmpl1
-rw-r--r--templates/repo/create.tmpl1
-rw-r--r--templates/repo/migrate.tmpl1
-rw-r--r--templates/repo/pulls/fork.tmpl1
5 files changed, 0 insertions, 5 deletions
diff --git a/templates/org/create.tmpl b/templates/org/create.tmpl
index af70e441..67dc68fd 100644
--- a/templates/org/create.tmpl
+++ b/templates/org/create.tmpl
@@ -20,7 +20,6 @@
<button class="ui green button">
{{.i18n.Tr "org.create_org"}}
</button>
- <a class="ui button" href="{{AppSubURL}}/">{{.i18n.Tr "cancel"}}</a>
</div>
</div>
</form>
diff --git a/templates/org/team/new.tmpl b/templates/org/team/new.tmpl
index e3e99d81..05d415a0 100644
--- a/templates/org/team/new.tmpl
+++ b/templates/org/team/new.tmpl
@@ -55,7 +55,6 @@
<div class="field">
{{if .PageIsOrgTeamsNew}}
<button class="ui green button">{{.i18n.Tr "org.create_new_team"}}</button>
- <a class="ui button" href="{{.OrgLink}}/teams">{{.i18n.Tr "cancel"}}</a>
{{else}}
<button class="ui green button">{{.i18n.Tr "org.teams.update_settings"}}</button>
{{if not (eq .Team.LowerName "owners")}}
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl
index c58b5377..0099d097 100644
--- a/templates/repo/create.tmpl
+++ b/templates/repo/create.tmpl
@@ -115,7 +115,6 @@
<button class="ui green button">
{{.i18n.Tr "repo.create_repo"}}
</button>
- <a class="ui button" href="{{AppSubURL}}/">{{.i18n.Tr "cancel"}}</a>
</div>
</div>
</form>
diff --git a/templates/repo/migrate.tmpl b/templates/repo/migrate.tmpl
index ad70ae35..614f5d20 100644
--- a/templates/repo/migrate.tmpl
+++ b/templates/repo/migrate.tmpl
@@ -104,7 +104,6 @@
<button class="ui green button">
{{.i18n.Tr "repo.migrate_repo"}}
</button>
- <a class="ui button" href="{{AppSubURL}}/">{{.i18n.Tr "cancel"}}</a>
</div>
</div>
</form>
diff --git a/templates/repo/pulls/fork.tmpl b/templates/repo/pulls/fork.tmpl
index 7cde72b0..a2beab96 100644
--- a/templates/repo/pulls/fork.tmpl
+++ b/templates/repo/pulls/fork.tmpl
@@ -68,7 +68,6 @@
<button class="ui green button">
{{.i18n.Tr "repo.fork_repo"}}
</button>
- <a class="ui button" href="{{AppSubURL}}/{{.ForkFrom}}">{{.i18n.Tr "cancel"}}</a>
</div>
</div>
</form>