[ARVADOS] updated: 8af19c273f0d9b6a2711bd8a17b53d4b2f61c6c2
git at public.curoverse.com
git at public.curoverse.com
Thu Oct 2 15:13:56 EDT 2014
Summary of changes:
apps/workbench/app/views/application/_title_and_buttons.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8af19c273f0d9b6a2711bd8a17b53d4b2f61c6c2 (commit)
from 37a349fc026e4559072e5b53c8855be42bf91dcd (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 8af19c273f0d9b6a2711bd8a17b53d4b2f61c6c2
Author: radhika <radhika at curoverse.com>
Date: Thu Oct 2 15:13:26 2014 -0400
4036: correct div class
diff --git a/apps/workbench/app/views/application/_title_and_buttons.html.erb b/apps/workbench/app/views/application/_title_and_buttons.html.erb
index 4838f2d..bf2df58 100644
--- a/apps/workbench/app/views/application/_title_and_buttons.html.erb
+++ b/apps/workbench/app/views/application/_title_and_buttons.html.erb
@@ -58,5 +58,5 @@
end
if flash_msg != ''
%>
-<div class="modal-footer-status alert <%= flash_msg_is_error ? 'alert-danger' : 'alert-warning' %>"><%=flash_msg.html_safe%></div>
+<div class="flash-message alert <%= flash_msg_is_error ? 'alert-danger' : 'alert-warning' %>"><%=flash_msg.html_safe%></div>
<% end %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list