TheXienator/Congregation-Bnai-Emunah

View on GitHub
app/views/comments/index.html.erb

Summary

Maintainability
Test Coverage
<h1>Newsfeed:</h1>

<div class="commentContainer">
    The last time you signed in was <%= time_ago_in_words(current_user.last_sign_in_at)%> ago
    <% @comments.each do |comment| %>
        <%= render comment %>
    <% end %>
</div>