scaffold_logic 1.6.2 → 1.6.3

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.2
1
+ 1.6.3
@@ -107,7 +107,7 @@ module ScaffoldLogic
107
107
  def tag_for_label_with_inline_help( label_text, field_id, help_text )
108
108
  _html = ""
109
109
  _html << %{<label for="#{field_id}">#{label_text}}
110
- _html << %{<img alt="Help Icon" class="inline_icon" src="/images/icons/help_icon.png" onclick="$('#{field_id}_help').toggle();" />}
110
+ _html << %{<img alt="Help Icon" class="inline_icon" src="/images/icons/help_icon.png" width="14" height="12" onclick="$('#{field_id}_help').toggle();" />}
111
111
  _html << %{</label>}
112
112
  _html << %{<div class="inline_help" id="#{field_id}_help" style="display: none;">}
113
113
  _html << %{<p>#{help_text}</p>}
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "scaffold_logic"
8
- s.version = "1.6.2"
8
+ s.version = "1.6.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Corey Ehmke"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scaffold_logic
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
- - 2
10
- version: 1.6.2
9
+ - 3
10
+ version: 1.6.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Corey Ehmke