[ARVADOS] updated: 35a7da43a50debdfe9fcadc6ed095ac85f96134d

git at public.curoverse.com git at public.curoverse.com
Thu Feb 6 13:37:43 EST 2014


Summary of changes:
 .../app/views/layouts/application.html.erb         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

       via  35a7da43a50debdfe9fcadc6ed095ac85f96134d (commit)
      from  09eda24d448ecc47a3afdd7c9276e68e1967e38e (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 35a7da43a50debdfe9fcadc6ed095ac85f96134d
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Feb 5 12:11:26 2014 -0800

    Fix no-breadcrumbs logic (really), and remove errant dropdown class.
    
    refs #1979

diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb
index 26b3410..2af711e 100644
--- a/apps/workbench/app/views/layouts/application.html.erb
+++ b/apps/workbench/app/views/layouts/application.html.erb
@@ -36,7 +36,7 @@
     <div class="navbar-inner">
       <ul class="nav">
         <% if !current_user.andand.is_active %>
-        <li class="dropdown">
+        <li>
           <a href="/">
             <b><%= Rails.configuration.site_name rescue Rails.application.class.parent_name %></b>
           </a>
@@ -76,7 +76,7 @@
         </li>
         <% end %>
       </ul>
-      <%= yield(:breadcrumbs) unless @suppress_breadcrumbs %>
+      <%= render partial: 'breadcrumbs' unless @suppress_breadcrumbs %>
 
       <ul class="nav pull-right">
         <li>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list