corn_starch 1.9.47 → 1.9.48
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b25c52fb6b54c8f88e61358c37ff0e417b69cff
|
|
4
|
+
data.tar.gz: e3678732406837e3e5796b9b48335d979aa159a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b7fda4585fbeb00e061cef7895bdd1e3fe359b318f6b79ee0a0afe93eade5a71a7fe74755cbbbb9a4d3f11706746109ca5baaba76484751b3a7032094131663
|
|
7
|
+
data.tar.gz: cefdebb9a2c570a795fef72f313b2e826c4baf92410bc3a63a760088f6884fa59f3c151a5f6832a2ea7cf5713617fc153947b5d6ac98adccce5bb6b3af42ede5
|
|
@@ -26,7 +26,7 @@ module CornStarch
|
|
|
26
26
|
|
|
27
27
|
# Hide Button Tag
|
|
28
28
|
def modal_hide_btn_tag modal
|
|
29
|
-
div_tag '
|
|
29
|
+
div_tag '✖', class: 'modal-close-btn', id: "#{modal_name modal[:name]}-btn-hide"
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
# Modal Block Tag
|
|
@@ -36,4 +36,4 @@ module CornStarch
|
|
|
36
36
|
end
|
|
37
37
|
end
|
|
38
38
|
end
|
|
39
|
-
end
|
|
39
|
+
end
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
<%# Display Flash Notifications %>
|
|
2
2
|
<% flash.each do |name, msg| %>
|
|
3
3
|
<%= content_tag :div, id: "notification-#{name}", class: "alert alert-#{{ notice: 'success', alert: 'danger' }[name.to_sym]}", role: :alert do %>
|
|
4
4
|
<%= content_tag :div, '✖', class: 'notification-dismiss-btn', onclick: "notifications_dismiss('notification-#{name}')" %>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
<%# Page Links %>
|
|
2
2
|
<nav>
|
|
3
3
|
<%= ul_tag class: :corn_starch_pagination do %>
|
|
4
4
|
<%= li_tag link_to('<<', current_page: 0) %>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<% end %>
|
|
10
10
|
</nav>
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
<%# Records per Page Selector %>
|
|
13
13
|
<form method='get' action='' class='form-inline'>
|
|
14
14
|
<div class='form-group'>
|
|
15
15
|
<%= label_tag :records_per_page, 'Records per page', class: 'control-label' %>
|
data/lib/corn_starch/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: corn_starch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.48
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eresse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|