diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-04 11:50:33 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-04 11:50:33 -0500 |
commit | 47db24fe712877d919256c431d0c5fcbbd431a45 (patch) | |
tree | 46467115a36377f25949f5f0ab3839676da50ccb /app/views/users | |
parent | 42c241f0d533e243a01560d28e8cd7e3b90a6165 (diff) |
make notifications be shown an all pages
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/show.html.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 9455a3c..d8cc82b 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -1,5 +1,3 @@ -<p id="notice"><%= notice %></p> - <p> <strong>Name:</strong> <%= @user.name %> |