From d88d5998fde1393deb9530202c9d4df2d2646466 Mon Sep 17 00:00:00 2001 From: bmv root Date: Fri, 21 Apr 2017 14:52:22 -0400 Subject: [PATCH] working on nav bar --- Pearlception/app/views/pages/IVA/MS.html.erb | 2 +- Pearlception/lib/subdomain.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pearlception/app/views/pages/IVA/MS.html.erb b/Pearlception/app/views/pages/IVA/MS.html.erb index 2a1a11e..b8deafe 100644 --- a/Pearlception/app/views/pages/IVA/MS.html.erb +++ b/Pearlception/app/views/pages/IVA/MS.html.erb @@ -5,7 +5,7 @@ - + diff --git a/Pearlception/lib/subdomain.rb b/Pearlception/lib/subdomain.rb index 28c300c..0761b0e 100644 --- a/Pearlception/lib/subdomain.rb +++ b/Pearlception/lib/subdomain.rb @@ -2,4 +2,4 @@ class Subdomain def self.matches?(request) request.subdomain.present? && request.subdomain == 'pearlception' end -end \ No newline at end of file +end