Sha256: 39ca7b92f29af61cd3e263d4c5e813e0e99bcac0eb6e1526a9e1455286debef8
Contents?: true
Size: 278 Bytes
Versions: 3
Compression:
Stored size: 278 Bytes
Contents
<p style="color: green"><%= notice %></p> <h1>Profiles</h1> <div id="profiles"> <% @profiles.each do |profile| %> <%= render profile %> <p> <%= link_to "Show this profile", profile %> </p> <% end %> </div> <%= link_to "New profile", new_profile_path %>
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
lesli_admin-0.2.0 | app/views/lesli_admin/profiles/index.html.erb |
lesli-5.0.1 | app/views/lesli/profiles/index.html.erb |
lesli-5.0.0 | app/views/lesli/profiles/index.html.erb |