inline_forms 1.3.14 → 1.3.15
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/bin/inline_forms +1 -1
- data/lib/app/helpers/inline_forms_helper.rb +1 -1
- data/lib/inline_forms/version.rb +1 -1
- metadata +1 -1
data/bin/inline_forms
CHANGED
@@ -173,7 +173,7 @@ puts "Creating header in app/views/inline_forms/_header.html.erb...\n"
|
|
173
173
|
header_src = "
|
174
174
|
<div id='Header'>
|
175
175
|
<div id='title'>
|
176
|
-
#{app_name} v<%=
|
176
|
+
#{app_name} v<%= inline_forms_version -%>
|
177
177
|
</div>
|
178
178
|
<% if cancan_enabled? -%>
|
179
179
|
<div id='logout'>
|
data/lib/inline_forms/version.rb
CHANGED