[ARVADOS] created: 73c2bd55dc6e13891c6d1be63fc0613728bd929a

Git user git at public.curoverse.com
Thu Feb 16 14:09:37 EST 2017


        at  73c2bd55dc6e13891c6d1be63fc0613728bd929a (commit)


commit 73c2bd55dc6e13891c6d1be63fc0613728bd929a
Author: radhika <radhika at curoverse.com>
Date:   Thu Feb 16 14:08:40 2017 -0500

    11104: add fa-caret-down class to hyperlink rather than adding a span with icon.

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 b9010a1..d0db867 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" data-toggle="collapse" href="#collapse<%= i %>">
-              <%= current_obj.label %> <span class="caret"></span>
+            <a class="component-detail-panel fa fa-caret-down" data-toggle="collapse" href="#collapse<%= i %>">
+              <%= current_obj.label %>
             </a>
           </h4>
         </div>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list