diff --git a/app/views/mod_warning/new.html.erb b/app/views/mod_warning/new.html.erb index 2bdc8b53d..5cb6ac52c 100644 --- a/app/views/mod_warning/new.html.erb +++ b/app/views/mod_warning/new.html.erb @@ -13,7 +13,7 @@

Warn or Suspend User

-

Use the warning tool only against users who have violated the site rules. Prefer other measurements, such as friendly asking the user to stop certain behaviors in a comment or <%= link_to 'contacting them privately', mod_contact_path(@user) %>.

+

Use the warning tool only against users who have violated the site rules. Prefer other measures, such as friendly asking the user to stop certain behaviors in a comment or <%= link_to 'contacting them privately', mod_contact_path(@user) %>.

<%= form_for @warning, url: create_mod_warning_path(@user.id), method: :post do |f| %> diff --git a/app/views/users/mod_contact.html.erb b/app/views/users/mod_contact.html.erb index 408f0b681..679498c1e 100644 --- a/app/views/users/mod_contact.html.erb +++ b/app/views/users/mod_contact.html.erb @@ -12,9 +12,11 @@

Contact Privately

-

As a moderator, you may contact users privately. If, however, means of public and private contact have not been effective, a <%= link_to 'formal warning', new_mod_warning_path(@user) %> might be in order.

+
+

As a moderator, you may contact users privately. If, however, means of public and private contact have not been effective, a <%= link_to 'formal warning', new_mod_warning_path(@user) %> might be in order.

-

These messages will only be visible to the contacted user and to the moderation team. Your user name will be hidden for the contacted user; we generally recommend not identifying yourself.

+

These messages will only be visible to the contacted user and to the moderation team. Your user name will be hidden for the contacted user; we generally recommend not identifying yourself.

+
<%= form_tag mod_message_path do %> <%= label_tag :title, 'Subject', class: 'form-element' %>