noodall-ui 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- noodall-ui (0.0.2)
4
+ noodall-ui (0.0.3)
5
5
  dynamic_form
6
6
  noodall-core
7
7
  thoughtbot-sortable_table (= 0.0.6)
@@ -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">&nbsp;</span>
15
+ <span class="tooltip" title="Enter a title for this page (used in page headings and titles)">&nbsp;</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)">&nbsp;</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
 
@@ -1,5 +1,5 @@
1
1
  module Noodall
2
2
  module UI
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steve England