sunrise-scaffold 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,8 +10,10 @@
10
10
  <% end -%>
11
11
 
12
12
  <div class="buts">
13
- <%%= f.submit t('manage.model_filter.search'), :style=>"display:none;" %>
14
- <%%= link_to_function content_tag(:span, t('manage.model_filter.search')), "$('#form_filter').submit()", :class=>"gr" %>
13
+ <%%= content_tag(:button, :value=>"search", :type=>"submit", :name=>"commit", :class=>"gr cupid-green") do %>
14
+ <%%= t('manage.model_filter.search') %>
15
+ <%% end %>
16
+
15
17
  <%%= link_to t('manage.model_filter.clear'), manage_<%= parent_singular_name %>_<%= plural_name %>_path(@<%= parent_singular_name %>.id), :class=>"erase" %>
16
18
  </div>
17
19
  <%% end %>
@@ -10,8 +10,10 @@
10
10
  <% end -%>
11
11
 
12
12
  <div class="buts">
13
- <%%= f.submit t('manage.model_filter.search'), :style=>"display:none;" %>
14
- <%%= link_to_function content_tag(:span, t('manage.model_filter.search')), "$('#form_filter').submit()", :class=>"gr" %>
13
+ <%%= content_tag(:button, :value=>"search", :type=>"submit", :name=>"commit", :class=>"gr cupid-green") do %>
14
+ <%%= t('manage.model_filter.search') %>
15
+ <%% end %>
16
+
15
17
  <%%= link_to t('manage.model_filter.clear'), manage_<%= plural_name %>_path, :class=>"erase" %>
16
18
  </div>
17
19
  <%% end %>
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module SunriseScaffold
3
- VERSION = "0.1.1".freeze
3
+ VERSION = "0.1.2".freeze
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunrise-scaffold
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Igor Galeta
@@ -16,7 +16,8 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-05-18 00:00:00 Z
19
+ date: 2011-05-23 00:00:00 +03:00
20
+ default_executable:
20
21
  dependencies: []
21
22
 
22
23
  description: Sunrise is a Aimbulance CMS
@@ -55,6 +56,7 @@ files:
55
56
  - lib/sunrise_scaffold.rb
56
57
  - lib/sunrise_scaffold/utils.rb
57
58
  - lib/sunrise_scaffold/version.rb
59
+ has_rdoc: true
58
60
  homepage: https://github.com/galetahub/sunrise-scaffold
59
61
  licenses: []
60
62
 
@@ -84,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
86
  requirements: []
85
87
 
86
88
  rubyforge_project:
87
- rubygems_version: 1.8.2
89
+ rubygems_version: 1.6.2
88
90
  signing_key:
89
91
  specification_version: 3
90
92
  summary: Rails CMS