diff --git a/Gemfile b/Gemfile index 3f13b5e6..f674d256 100644 --- a/Gemfile +++ b/Gemfile @@ -38,3 +38,7 @@ else end end # END ENGINE_CART BLOCK + +unless File.exist?(file) + eval_gemfile File.expand_path('spec/test_app_templates/Gemfile.extra', File.dirname(__FILE__)) +end diff --git a/app/views/browse_everything/_file.html.erb b/app/views/browse_everything/_file.html.erb index 3d95470a..6e73407c 100644 --- a/app/views/browse_everything/_file.html.erb +++ b/app/views/browse_everything/_file.html.erb @@ -12,7 +12,7 @@ data-tt-parent-id="<%=parent%>" data-tt-branch="<%=file.container? ? 'true' : 'false'%>"> - + <% if disabled %>