[ARVADOS] updated: 7ca7892c32d6de77729c43ac09b935d738a9cbbe
git at public.curoverse.com
git at public.curoverse.com
Mon Mar 30 16:10:39 EDT 2015
Summary of changes:
apps/workbench/app/views/users/_add_repository_modal.html.erb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 7ca7892c32d6de77729c43ac09b935d738a9cbbe (commit)
from 5ec73064459a57d987226cdc29b3e0233e8c33cd (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 7ca7892c32d6de77729c43ac09b935d738a9cbbe
Author: Brett Smith <brett at curoverse.com>
Date: Mon Mar 30 16:10:36 2015 -0400
4253: Fixup repository UI with note about clone delay.
diff --git a/apps/workbench/app/views/users/_add_repository_modal.html.erb b/apps/workbench/app/views/users/_add_repository_modal.html.erb
index aea49bf..d7cbf72 100644
--- a/apps/workbench/app/views/users/_add_repository_modal.html.erb
+++ b/apps/workbench/app/views/users/_add_repository_modal.html.erb
@@ -27,7 +27,8 @@
</div>
</div>
</div>
- <div id="add-repository-error" class="hidden alert alert-danger"></div>
+ <p class="alert alert-info">It may take a minute or two before you can clone your new repository.</p>
+ <p id="add-repository-error" class="hidden alert alert-danger"></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list