summaryrefslogtreecommitdiff
path: root/app/views/nodes/edit.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-06 13:30:38 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-06 13:30:38 +0200
commit5644fffbc3c58e6dd7e3c4103c28bad8f4c0bbc6 (patch)
treebc58310f60ac37c5d6927177d5d09a28a05a2b3b /app/views/nodes/edit.html.erb
parent2da0ce9f3c4bdbe12a80a0d28e964e9658c53f31 (diff)
Let editors set a node external homepage, gated and witnessed
Diffstat (limited to 'app/views/nodes/edit.html.erb')
-rw-r--r--app/views/nodes/edit.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb
index b65416e1..c153c241 100644
--- a/app/views/nodes/edit.html.erb
+++ b/app/views/nodes/edit.html.erb
@@ -114,6 +114,12 @@
114 %> 114 %>
115 </div> 115 </div>
116 116
117 <div class="layout_row_label"><%= t(".external_url") %></div>
118 <div class="layout_row_content">
119 <%= f.text_field :external_url %>
120 <p class="field_hint"><%= t(".external_url_hint") %></p>
121 </div>
122
117 <div class="layout_row_label"><%= t(".tags") %></div> 123 <div class="layout_row_label"><%= t(".tags") %></div>
118 <div class="layout_row_content"> 124 <div class="layout_row_content">
119 <%= text_field_tag :tag_list, @page.tag_list.join(', ') %> 125 <%= text_field_tag :tag_list, @page.tag_list.join(', ') %>