gollum_editor 0.3 → 0.4
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/lib/gollum_editor/form_helper.rb +5 -1
- data/lib/gollum_editor/version.rb +1 -1
- metadata +2 -2
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
module GollumEditor
|
|
2
2
|
module FormHelper
|
|
3
3
|
def gollum_editor(object_name, method, options = {})
|
|
4
|
-
|
|
4
|
+
if options[:id]
|
|
5
|
+
options[:id] << " gollum-editor-body"
|
|
6
|
+
else
|
|
7
|
+
options[:id] = "gollum-editor-body"
|
|
8
|
+
end
|
|
5
9
|
controls = '<div id="gollum-editor-function-bar">
|
|
6
10
|
<div id="gollum-editor-function-buttons">
|
|
7
11
|
<a href="#" id="function-bold" class="function-button" title="Bold">
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gollum_editor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.4'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-11-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Use the Gollum wiki text editor for text areas
|
|
15
15
|
email:
|