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