customize_admin 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
<div class="page-header">
|
3
3
|
<h1>
|
4
|
-
|
4
|
+
Kuba <%=resource_class.model_name.human%>
|
5
5
|
a a a Base b b bjjjkkk
|
6
6
|
<div class="pull-right">
|
7
7
|
<%= button_to 'New', new_resource_path, :method => :get, :class => "btn primary" %>
|
@@ -37,7 +37,7 @@ Listing <%=resource_class.model_name.human%>
|
|
37
37
|
|
38
38
|
|
39
39
|
<% end %>
|
40
|
-
|
40
|
+
<%= render :partial => "index_action", :locals => { :admin_resource => admin_resource } %>
|
41
41
|
<%= render :partial => "more_index_action", :locals => { :admin_resource => admin_resource } %>
|
42
42
|
|
43
43
|
</tr>
|