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.12.2 app/views/accounts/index.html.erb
saucy-0.12.1 app/views/accounts/index.html.erb
saucy-0.12.0 app/views/accounts/index.html.erb
saucy-0.11.5 app/views/accounts/index.html.erb
saucy-0.11.3 app/views/accounts/index.html.erb
saucy-0.11.2 app/views/accounts/index.html.erb
saucy-0.10.7 app/views/accounts/index.html.erb
saucy-0.10.6 app/views/accounts/index.html.erb
saasy-0.0.2.alpha3 app/views/accounts/index.html.erb
saasy-0.0.2.alpha2 app/views/accounts/index.html.erb
saasy-0.0.2.alpha1 app/views/accounts/index.html.erb
saucy-0.10.5 app/views/accounts/index.html.erb
saucy-0.10.4 app/views/accounts/index.html.erb
saucy-0.10.3 app/views/accounts/index.html.erb
saucy-0.10.2 app/views/accounts/index.html.erb
saucy-0.10.1 app/views/accounts/index.html.erb
saucy-0.10.0 app/views/accounts/index.html.erb
saucy-0.9.1 app/views/accounts/index.html.erb
saucy-0.9.0 app/views/accounts/index.html.erb
saucy-0.8.5 app/views/accounts/index.html.erb