sunrise-scaffold 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,10 @@
|
|
10
10
|
<% end -%>
|
11
11
|
|
12
12
|
<div class="buts">
|
13
|
-
<%%=
|
14
|
-
|
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
|
-
<%%=
|
14
|
-
|
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 %>
|
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:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.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-
|
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.
|
89
|
+
rubygems_version: 1.6.2
|
88
90
|
signing_key:
|
89
91
|
specification_version: 3
|
90
92
|
summary: Rails CMS
|