noodall-ui 0.4.0 → 0.4.1
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.
|
@@ -126,14 +126,13 @@
|
|
|
126
126
|
<%= f.label :permalink, 'Page Url' %><br/>
|
|
127
127
|
<span class="input-wrap"><%= f.text_field :permalink %></span>
|
|
128
128
|
</p>
|
|
129
|
-
|
|
130
|
-
<!-- BROWSER TITLE -->
|
|
131
|
-
<p>
|
|
132
|
-
<span class="tooltip" title="This is normally the title shown at the very top of your browser window."> </span>
|
|
133
|
-
<%= f.label :browser_title, 'Browser Title' %><br/>
|
|
134
|
-
<span class="input-wrap"><%= f.text_field :browser_title %></span>
|
|
135
|
-
</p>
|
|
136
129
|
<% end %>
|
|
130
|
+
<!-- BROWSER TITLE -->
|
|
131
|
+
<p>
|
|
132
|
+
<span class="tooltip" title="This is normally the title shown at the very top of your browser window."> </span>
|
|
133
|
+
<%= f.label :browser_title, 'Browser Title' %><br/>
|
|
134
|
+
<span class="input-wrap"><%= f.text_field :browser_title %></span>
|
|
135
|
+
</p>
|
|
137
136
|
</div>
|
|
138
137
|
</div>
|
|
139
138
|
</fieldset>
|
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: 13
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.4.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Steve England
|