[ARVADOS] created: f1ff5973d781c4f42cd9d44e18725232af7c72df
Git user
git at public.curoverse.com
Mon Mar 20 18:13:30 EDT 2017
at f1ff5973d781c4f42cd9d44e18725232af7c72df (commit)
commit f1ff5973d781c4f42cd9d44e18725232af7c72df
Author: radhika <radhika at curoverse.com>
Date: Mon Mar 20 05:52:04 2017 -0400
11290: Revert back fa-caret-down usage to 'span class="caret"' with href added to it. Working with Firefox and Chrome now.
diff --git a/apps/workbench/app/views/work_units/_show_child.html.erb b/apps/workbench/app/views/work_units/_show_child.html.erb
index d0db867..03bb518 100644
--- a/apps/workbench/app/views/work_units/_show_child.html.erb
+++ b/apps/workbench/app/views/work_units/_show_child.html.erb
@@ -3,8 +3,8 @@
<div class="row">
<div class="col-md-3" style="word-break:break-all;">
<h4 class="panel-title">
- <a class="component-detail-panel fa fa-caret-down" data-toggle="collapse" href="#collapse<%= i %>">
- <%= current_obj.label %>
+ <a class="component-detail-panel" data-toggle="collapse" href="#collapse<%= i %>">
+ <%= current_obj.label %> <span class="caret" href="#collapse<%= i %>"></span>
</a>
</h4>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list