lesli_admin 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +0,0 @@
1
- <h1>Editing profile</h1>
2
-
3
- <%= render "form", profile: @profile %>
4
-
5
- <br>
6
-
7
- <div>
8
- <%= link_to "Show this profile", @profile %> |
9
- <%= link_to "Back to profiles", profiles_path %>
10
- </div>
@@ -1,14 +0,0 @@
1
- <p style="color: green"><%= notice %></p>
2
-
3
- <h1>Profiles</h1>
4
-
5
- <div id="profiles">
6
- <% @profiles.each do |profile| %>
7
- <%= render profile %>
8
- <p>
9
- <%= link_to "Show this profile", profile %>
10
- </p>
11
- <% end %>
12
- </div>
13
-
14
- <%= link_to "New profile", new_profile_path %>
@@ -1,9 +0,0 @@
1
- <h1>New profile</h1>
2
-
3
- <%= render "form", profile: @profile %>
4
-
5
- <br>
6
-
7
- <div>
8
- <%= link_to "Back to profiles", profiles_path %>
9
- </div>