foldscaf 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ ## v1.0.6
2
+ * Fix. Index no usa wrapper mini
3
+
1
4
  ## v1.0.5
2
5
  * Fix. El nombre del modelo ya no forma parte de los atributos.
3
6
 
@@ -6,7 +6,7 @@
6
6
  </div>
7
7
 
8
8
  <%%= simple_form_for @q, :as => :q, :url => <%= @plural_path %>, :method => :get do |f| %>
9
- <%%= f.input :<%= @identificador %>_contains, :placeholder => '<%= @identificador.humanize %>', :required => false, :wrapper => :mini, :input_html => { :class => 'input-large search-query' }, :autofocus => true %>
9
+ <%%= f.input :<%= @identificador %>_contains, :placeholder => '<%= @identificador.humanize %>', :required => false, :autofocus => true %>
10
10
  <%%= f.button :submit, "Buscar", :name => nil, :disable_with => t("espere"), :class => 'btn btn-primary' %>
11
11
  <%% end %>
12
12
 
@@ -17,8 +17,6 @@
17
17
  <%%= content_tag :tbody, render(@<%= @plural %>) %>
18
18
  <%% end %>
19
19
 
20
- <%%= paginate @<%= @plural %>, :theme => :bootstrap %>
21
-
22
20
  <%- if @con_orden -%>
23
21
  <%%= hidden_field_tag :url, <%= @reordenar_path %>, :class => :url %>
24
22
  <%- end -%>
@@ -1,3 +1,3 @@
1
1
  module Foldscaf
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foldscaf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-10 00:00:00.000000000 Z
12
+ date: 2012-09-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Generadores adaptados a las necesidades de Xaver
15
15
  email: