diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index ddb6d67a53a..027fa5ea05f 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -7,4 +7,16 @@ def first_login def preferences_locale end + + def moderated_commenting + end + + def restricted_commenting + end + + def restricted_works + end + + def work_skins + end end diff --git a/app/views/help/moderated_commenting.html.erb b/app/views/help/moderated_commenting.html.erb new file mode 100644 index 00000000000..20d43272e87 --- /dev/null +++ b/app/views/help/moderated_commenting.html.erb @@ -0,0 +1,2 @@ +
<%= t(".description") %>
diff --git a/app/views/help/restricted_commenting.html.erb b/app/views/help/restricted_commenting.html.erb new file mode 100644 index 00000000000..b6c8eeb9059 --- /dev/null +++ b/app/views/help/restricted_commenting.html.erb @@ -0,0 +1,10 @@ +<%= t(".existing_unaffected_html", deleting_others_comments_link: link_to(t(".deleting_others_comments"), archive_faq_path("comments-and-kudos", anchor: "commentother"))) %>
diff --git a/app/views/help/restricted_works.html.erb b/app/views/help/restricted_works.html.erb new file mode 100644 index 00000000000..6c1570db2a2 --- /dev/null +++ b/app/views/help/restricted_works.html.erb @@ -0,0 +1,3 @@ +<%= t(".description") %>
diff --git a/app/views/help/work_skins.html.erb b/app/views/help/work_skins.html.erb new file mode 100644 index 00000000000..d0ff38b15fe --- /dev/null +++ b/app/views/help/work_skins.html.erb @@ -0,0 +1,23 @@ +<%= t(".description_html") %>
+ +<%= t(".limitations_html") %>
+ +<%= t(".example.introduction") %>
+ ++ <%= t(".refer_tutorial_faq_html", tutorial_link: link_to(t(".tutorial"), archive_faq_path("tutorial-creating-a-work-skin")), faq_link: link_to(t(".faq"), archive_faq_path("skins-and-archive-interface"))) %> +
diff --git a/app/views/works/_standard_form.html.erb b/app/views/works/_standard_form.html.erb index 29ccb4ae548..45a0bb6ce2c 100644 --- a/app/views/works/_standard_form.html.erb +++ b/app/views/works/_standard_form.html.erb @@ -243,7 +243,7 @@