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

Version Path
saucy-0.2.40 app/views/accounts/index.html.erb
saucy-0.2.39 app/views/accounts/index.html.erb