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,4 +1,3 @@
1
1
  <td><%= link_to 'Show', resource_path(admin_resource) %></td>
2
2
  <td><%= link_to 'Edit', edit_resource_path(admin_resource) %></td>
3
3
  <td><%= link_to 'Destroy', resource_path(admin_resource), confirm: 'Are you sure?', method: :delete %></td>
4
-
@@ -1,7 +1,7 @@
1
1
 
2
2
  <div class="page-header">
3
3
  <h1>
4
- Listing <%=resource_class.model_name.human%>
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
- <%#= render :partial => "index_action", :locals => { :admin_resource => admin_resource } %>
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>
@@ -1,3 +1,3 @@
1
1
  module CustomizeAdmin
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: customize_admin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jakub Cieslar