noodall-ui 0.0.2 → 0.0.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/Gemfile.lock +1 -1
- data/app/views/noodall/admin/nodes/show.html.erb +6 -1
- data/lib/noodall/ui/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
|
@@ -12,10 +12,15 @@
|
|
|
12
12
|
<div id="main-form">
|
|
13
13
|
|
|
14
14
|
<p>
|
|
15
|
-
<span class="tooltip" title="Enter a title for this page"> </span>
|
|
15
|
+
<span class="tooltip" title="Enter a title for this page (used in page headings and titles)"> </span>
|
|
16
16
|
<%= f.label :title, 'Title *' %><br/>
|
|
17
17
|
<span class="input-wrap"><%= f.text_field :title %></span>
|
|
18
18
|
</p>
|
|
19
|
+
<p>
|
|
20
|
+
<span class="tooltip" title="Enter a name for this page (used in links and navigation, defaults to title)"> </span>
|
|
21
|
+
<%= f.label :name %><br/>
|
|
22
|
+
<span class="input-wrap"><%= f.text_field :name %></span>
|
|
23
|
+
</p>
|
|
19
24
|
|
|
20
25
|
<%= render :partial => "admin/nodes/#{@node.class.name.underscore}", :locals => { :f => f } %>
|
|
21
26
|
|
data/lib/noodall/ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: noodall-ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Steve England
|