[ARVADOS] updated: 340bd4f69f320d541b6c352953ca9ac2336da470

git at public.curoverse.com git at public.curoverse.com
Wed Apr 16 08:42:57 EDT 2014


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

       via  340bd4f69f320d541b6c352953ca9ac2336da470 (commit)
      from  d66cd99b144e949dc7128e7299689ca567a761c8 (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 340bd4f69f320d541b6c352953ca9ac2336da470
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Apr 16 08:42:54 2014 -0400

    Fixed typo in application_helper.rb
    Removed commented out line in application.html.erb

diff --git a/apps/workbench/app/helpers/application_helper.rb b/apps/workbench/app/helpers/application_helper.rb
index 26c3074..c3409bd 100644
--- a/apps/workbench/app/helpers/application_helper.rb
+++ b/apps/workbench/app/helpers/application_helper.rb
@@ -175,7 +175,7 @@ module ApplicationHelper
       datatype = 'select'
     elsif dataclass == 'number'
       datatype = 'number'
-1    else
+    else
       if template.is_a? Array
         # ?!?
       elsif template.is_a? String
diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb
index 1fa374c..e23265a 100644
--- a/apps/workbench/app/views/layouts/application.html.erb
+++ b/apps/workbench/app/views/layouts/application.html.erb
@@ -85,7 +85,6 @@
               <span class="glyphicon glyphicon-arrow-right"></span>
             </li>
             <li>
-              <!-- <%= link_to controller.breadcrumb_page_name, request.fullpath %> -->
               <%= link_to_if_arvados_object @object %>
             </li>
             <li style="padding: 14px 0 14px">

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list