DrPheltRight/rui

View on GitHub
example/views/index.html.erb

Summary

Maintainability
Test Coverage
<%= login_form(login_path, @user) %>

<div class="news">
  <% @posts.each do |post| %>
    <%= cms_post(post) %>
  <% end %>
</div>