diff --git a/app/views/static/hoodies.html.erb b/app/views/static/hoodies.html.erb new file mode 100644 index 00000000..cb4f727b --- /dev/null +++ b/app/views/static/hoodies.html.erb @@ -0,0 +1,35 @@ +
+

Shipping:

+ +
+ + + + +
Sizes
+ + +
+ +

No shipping:

+ +
+ + + + +
Sizes
+ + +
+
diff --git a/config/routes.rb b/config/routes.rb index 9cb1d399..766416a6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -376,4 +376,5 @@ match "factorial/:x" => "home#factorial" + get 'hoodies' => "static#hoodies", :as => :hoodies end