aboutsummaryrefslogtreecommitdiff
path: root/templates/timeline.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/timeline.tmpl')
-rw-r--r--templates/timeline.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl
index eabb3ed..bde050a 100644
--- a/templates/timeline.tmpl
+++ b/templates/timeline.tmpl
@@ -2,6 +2,16 @@
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<div class="page-title"> {{.Title}} </div>
+{{if eq .Type "remote"}}
+<form class="search-form" action="/timeline/remote" method="GET">
+ <span class="post-form-field">
+ <label for="instance"> Instance </label>
+ <input id="instance" name="instance" value="{{.Instance}}">
+ </span>
+ <button type="submit"> Submit </button>
+</form>
+{{end}}
+
{{range .Statuses}}
{{template "status.tmpl" (WithContext . $.Ctx)}}
{{end}}