Sha256: e8c1fa508c59850fc14405e3079aaaa49c0963c0e5d0cefbf26b12379fe7f959
Contents?: true
Size: 237 Bytes
Versions: 82
Compression:
Stored size: 237 Bytes
Contents
<% content_for :header do -%> <h2>Accounts</h2> <% end -%> <% @accounts.each do |account| -%> <%= render 'account', :account => account, :projects => account.projects_visible_to(current_user) %> <% end -%>
Version data entries
82 entries across 82 versions & 2 rubygems