---
 rails/layouts/_user_session_layout.haml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/rails/layouts/_user_session_layout.haml 
b/rails/layouts/_user_session_layout.haml
index fb2747a..c017d29 100644
--- a/rails/layouts/_user_session_layout.haml
+++ b/rails/layouts/_user_session_layout.haml
@@ -11,6 +11,11 @@
           = yield :login_logo
         %section
           = yield :content
+        -# mawagner - MOTD patch
+        - if @motd
+          #motd
+            = @motd
+        -# mawagner - end MOTD patch
   %footer
     = yield :footer
 
-- 
1.7.7.6

Reply via email to