mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-28 06:17:46 +01:00
QoL adjustments
This commit is contained in:
parent
249435cd15
commit
ec91db19db
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue