:exact_time => l(comment.created_at),
:user => link_to(comment.author.display_name, user_path(comment.author))) %>
<% if current_user and current_user.moderator? %>
:exact_time => l(comment.created_at),
:user => link_to(comment.author.display_name, user_path(comment.author))) %>
<% if current_user and current_user.moderator? %>
:when => friendly_date_ago(comment.created_at),
:exact_time => l(comment.created_at),
:user => link_to(comment.author.display_name, user_path(comment.author))) %>
:when => friendly_date_ago(comment.created_at),
:exact_time => l(comment.created_at),
:user => link_to(comment.author.display_name, user_path(comment.author))) %>
- <form action="#" class="standard-form">
- <textarea class="comment" name="text" cols="40" rows="5"></textarea>
+ <form action="#" class="mb-3">
+ <div class="form-group">
+ <textarea class="form-control" name="text" cols="40" rows="5"></textarea>
+ </div>