diff --git a/lib/philomena_web/templates/image/new.html.slime b/lib/philomena_web/templates/image/new.html.slime index c56533be..8172f922 100644 --- a/lib/philomena_web/templates/image/new.html.slime +++ b/lib/philomena_web/templates/image/new.html.slime @@ -56,8 +56,11 @@ .field label for="image[tag_input]" ' Describe with - strong> 3+ - ' tags, including ratings and applicable artist tags + strong> 6+ + ' tags, including ratings and applicable artist tags. If importing an image from another website, please verify all tags are accurate. If an OC posted this, it will mark them as the artist. Check the description to get the artist name. Do not use underscores, and separate tags with commas. + + p For artists: prefix with artist: If you don't know the artist, put unknown artist. + p For original characters, prefix with oc: = render PhilomenaWeb.TagView, "_tag_editor.html", f: f, name: :tag_input, type: :upload = error_tag f, :tag_input diff --git a/lib/philomena_web/templates/tag/_tag_info_row.html.slime b/lib/philomena_web/templates/tag/_tag_info_row.html.slime index 20025f07..01550b20 100644 --- a/lib/philomena_web/templates/tag/_tag_info_row.html.slime +++ b/lib/philomena_web/templates/tag/_tag_info_row.html.slime @@ -14,7 +14,7 @@ = if manages_dnp?(@conn) do = link "Create new DNP entry", to: Routes.dnp_entry_path(@conn, :new, tag_id: @tag.id), class: "detail-link" = if manages_tags?(@conn) do - = link "Edit spoiler image", to: Routes.tag_image_path(@conn, :edit, @tag) + = link "Edit spoiler image ", to: Routes.tag_image_path(@conn, :edit, @tag) = if can?(@conn, :alias, @tag) do = link "Edit aliases", to: Routes.tag_alias_path(@conn, :edit, @tag)