anthonymidili/EasyKeep

View on GitHub
app/views/dashboard/_recent_accounts.html.haml

Summary

Maintainability
Test Coverage
.outline
  %h4
    Accounts
    %small - Recent Activity

  = render 'accounts/table' if @accounts.any?

  .label_size
    = link_to 'View All Accounts', accounts_path
    or
    = link_to'Create New Account', new_account_path