summaryrefslogtreecommitdiff
path: root/elm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-08-31 10:59:45 +0200
committerYorhel <git@yorhel.nl>2020-08-31 11:02:38 +0200
commit152e7ec465525b294cb88ee46ffc3aec0930509c (patch)
tree8cd873b4e7290faabbd96dfe67a634ac2b3e6221 /elm
parent261b52541f205915cfce63ca4fb183b14d8a5a45 (diff)
Reviews.Edit: Add some guidelines/rules
Diffstat (limited to 'elm')
-rw-r--r--elm/Reviews/Edit.elm11
1 files changed, 10 insertions, 1 deletions
diff --git a/elm/Reviews/Edit.elm b/elm/Reviews/Edit.elm
index 1b25ad54..8a686aec 100644
--- a/elm/Reviews/Edit.elm
+++ b/elm/Reviews/Edit.elm
@@ -104,7 +104,16 @@ view model =
form_ Submit (model.state == Api.Loading)
[ div [ class "mainbox" ]
[ h1 [] [ text <| if model.id == Nothing then "Submit a review" else "Edit review" ]
- , table [ class "formtable" ]
+ , p [] [ b [] [ text "Rules" ] ]
+ , ul []
+ [ li [] [ text "Submit only reviews you have written yourself!" ]
+ , li [] [ text "If you have published the review elsewhere (e.g. a personal blog), feel free to include a link at the end of the review. Formatting tip: ", em [] [ text "[Originally published at <link>]" ] ]
+ , li [] [ text "Your vote (if any) will be displayed alongside the review, even if you have marked your list as private." ]
+ ]
+ , br [] []
+ ]
+ , div [ class "mainbox" ]
+ [ table [ class "formtable" ]
[ formField "Subject" [ a [ href <| "/v"++String.fromInt model.vid ] [ text model.vntitle ] ]
, formField ""
[ inputSelect "" model.rid Release [style "width" "500px" ] <|