corn_starch 1.9.47 → 1.9.48

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7702fa10f7b2089ef081e9029564beca35a24b2a
4
- data.tar.gz: f73ae938d3149663f7120dcb79d40dd36883a60c
3
+ metadata.gz: 2b25c52fb6b54c8f88e61358c37ff0e417b69cff
4
+ data.tar.gz: e3678732406837e3e5796b9b48335d979aa159a0
5
5
  SHA512:
6
- metadata.gz: 3c88e3258b65b0c6475964e5b6ba5d7be9615660cef97feeab57fc4a3512cf46a7b3c87d2331a347d36acb239e3201b2468186d178bedf954c8ca9a6d5805e3d
7
- data.tar.gz: f43b97608efa05371f8a31e9a740a760c81e1195bb72046c6bda1a76073d3feaa7f83dc44842ec0ba9c46753688a075779e9b3fd9c77b020edda52cf721d7373
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 '✖'.html_safe, class: 'modal-close-btn', id: "#{modal_name modal[:name]}-btn-hide"
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
- <!-- Display Flash Notifications -->
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
- <!-- Page Links -->
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
- <!-- Records per Page Selector -->
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' %>
@@ -1,3 +1,3 @@
1
1
  module CornStarch
2
- VERSION = '1.9.47'
2
+ VERSION = '1.9.48'
3
3
  end
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.47
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-20 00:00:00.000000000 Z
11
+ date: 2016-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler