diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 19:58:31 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 19:58:31 +0200 |
| commit | f0745de7f661a27b4d20d2ba317d1b31bf9a6c4b (patch) | |
| tree | 8b652038153b4231e6016996016a187bdab1a864 /app/views/nodes/edit.html.erb | |
| parent | 7ebb5ce8ef276e6d23d818c216be6ef2974369cc (diff) | |
Force tags to be lowercase. A script unifies existing tags in both cases
Diffstat (limited to 'app/views/nodes/edit.html.erb')
| -rw-r--r-- | app/views/nodes/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index fc1d18fa..55397d42 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb | |||
| @@ -117,7 +117,7 @@ | |||
| 117 | <div class="node_description">Tags</div> | 117 | <div class="node_description">Tags</div> |
| 118 | <div class="node_content"> | 118 | <div class="node_content"> |
| 119 | <%= text_field_tag :tag_list, @page.tag_list.join(', ') %> | 119 | <%= text_field_tag :tag_list, @page.tag_list.join(', ') %> |
| 120 | <span class="field_hint">Comma separated.</span> | 120 | <span class="field_hint">Comma separated, lowercase.</span> |
| 121 | </div> | 121 | </div> |
| 122 | 122 | ||
| 123 | <div class="node_description">Publish at</div> | 123 | <div class="node_description">Publish at</div> |
