RubyGems
npm
Organizations
Log in
Sign up
RubyGems
billy_signup
Versions diffs
1.0.0 → 1.0.1
billy_signup 1.0.0 → 1.0.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
data/app/views/billy_signup/signups/complete.html.haml
+1
-1
data/app/views/billy_signup/signups/new.html.haml
+1
-1
data/lib/billy_signup/engine.rb
+2
-0
data/lib/billy_signup/version.rb
+1
-1
metadata
+1
-1
data/app/views/billy_signup/signups/complete.html.haml
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
- @page_title = 'Signup'
2
2
- @body_class = 'page'
3
-
- @active_nav =
:signup
3
+
- @active_nav =
BillySignup.active_nav
4
4
5
5
= render 'header'
6
6
%section.page.signup
data/app/views/billy_signup/signups/new.html.haml
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
- @page_title = 'Signup'
2
2
- @body_class = 'page'
3
-
- @active_nav =
:signup
3
+
- @active_nav =
BillySignup.active_nav
4
4
5
5
= content_for :head do
6
6
= javascript_include_tag 'signup'
data/lib/billy_signup/engine.rb
CHANGED
Viewed
@@ -1,4 +1,6 @@
1
1
module BillySignup
2
+
mattr_accessor :active_nav
3
+
2
4
class Engine < ::Rails::Engine
3
5
isolate_namespace BillySignup
4
6
end
data/lib/billy_signup/version.rb
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
1
module BillySignup
2
-
VERSION = "1.0.
0
"
2
+
VERSION = "1.0.
1
"
3
3
end
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: billy_signup
3
3
version: !ruby/object:Gem::Version
4
-
version: 1.0.
0
4
+
version: 1.0.
1
5
5
prerelease:
6
6
platform: ruby
7
7
authors: