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.16.1 app/views/accounts/index.html.erb
saucy-0.16.0 app/views/accounts/index.html.erb
saucy-0.15.2 app/views/accounts/index.html.erb
saucy-0.15.1 app/views/accounts/index.html.erb
saucy-0.15.0 app/views/accounts/index.html.erb
saucy-0.14.5 app/views/accounts/index.html.erb
saucy-0.14.3 app/views/accounts/index.html.erb
saucy-0.10.10 app/views/accounts/index.html.erb
saucy-0.14.2 app/views/accounts/index.html.erb
saucy-0.14.1 app/views/accounts/index.html.erb
saucy-0.14.0 app/views/accounts/index.html.erb
saucy-0.13.3 app/views/accounts/index.html.erb
saucy-0.13.2 app/views/accounts/index.html.erb
saucy-0.10.9 app/views/accounts/index.html.erb
saucy-0.10.8 app/views/accounts/index.html.erb
saucy-0.13.1 app/views/accounts/index.html.erb
saucy-0.13.0 app/views/accounts/index.html.erb
saucy-0.12.5 app/views/accounts/index.html.erb
saucy-0.12.4 app/views/accounts/index.html.erb
saucy-0.12.3 app/views/accounts/index.html.erb