formy 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -84,7 +84,7 @@ module Formy
84
84
  button_html = content.class==TrueClass ? button.to_s : content
85
85
 
86
86
  # replaces the hash entry with html content_tag
87
- buttons[button] = content_tag :span, :class => ["formy-button", button.to_s] do
87
+ buttons[button] = content_tag :a, :class => ["formy-button", button.to_s] do
88
88
  button_html
89
89
  end
90
90
  end
data/lib/formy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Formy
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: formy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sam Taylor