scaffold_logic 1.6.2 → 1.6.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/scaffold_logic/form_helper.rb +1 -1
- data/scaffold_logic.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.6.
|
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>}
|
data/scaffold_logic.gemspec
CHANGED
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:
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 1.6.
|
9
|
+
- 3
|
10
|
+
version: 1.6.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Corey Ehmke
|