Sha256: ad987c5d349f284ea2f247e45d72c18e26a8a5933b08f2bad3802a97ee181087

Contents?: true

Size: 278 Bytes

Versions: 10

Compression:

Stored size: 278 Bytes

Contents

<p style="color: green"><%= notice %></p>

<h1>Accounts</h1>

<div id="accounts">
  <% @accounts.each do |account| %>
    <%= render account %>
    <p>
      <%= link_to "Show this account", account %>
    </p>
  <% end %>
</div>

<%= link_to "New account", new_account_path %>

Version data entries

10 entries across 10 versions & 6 rubygems

Version Path
lesli_security-0.5.0 app/views/lesli_security/accounts/index.html.erb
lesli_security-0.4.0 app/views/lesli_security/accounts/index.html.erb
lesli_guard-0.3.0 app/views/lesli_guard/accounts/index.html.erb
lesli_letter-0.1.0 app/views/lesli_letter/accounts/index.html.erb
lesli_guard-0.2.0 app/views/lesli_guard/accounts/index.html.erb
lesli_audit-0.5.0 app/views/lesli_audit/accounts/index.html.erb
lesli_help-0.1.0 app/views/lesli_help/accounts/index.html.erb
lesli_audit-0.4.0 app/views/lesli_audit/accounts/index.html.erb
lesli_audit-0.3.0 app/views/lesli_audit/accounts/index.html.erb
lesli_bell-0.1.0 app/views/lesli_bell/accounts/index.html.erb