[ARVADOS] updated: dff8a3876fab9719326bde7d51b17918270719e4
git at public.curoverse.com
git at public.curoverse.com
Wed Jun 18 10:22:38 EDT 2014
Summary of changes:
apps/workbench/app/views/layouts/application.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via dff8a3876fab9719326bde7d51b17918270719e4 (commit)
from 4c4a3313494849a6be2dad42965c38011248a4f1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit dff8a3876fab9719326bde7d51b17918270719e4
Author: radhika <radhika at curoverse.com>
Date: Wed Jun 18 10:22:10 2014 -0400
2659: improve banner messge when inactive user logs in.
diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb
index cc3c6a2..1bf1e7d 100644
--- a/apps/workbench/app/views/layouts/application.html.erb
+++ b/apps/workbench/app/views/layouts/application.html.erb
@@ -53,7 +53,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><%= Rails.configuration.site_name.downcase rescue Rails.application.class.parent_name %>
- <% if current_user && !current_user.is_active %> . You are viewing public data. <% end %>
+ <% if current_user && !current_user.is_active %> . Your account is inactive and viewing public data. <% end %>
</a>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list