Merge branch '6918-remove-nginx-cors-headers' closes #6918
[arvados.git] / apps / workbench / app / views / layouts / body.html.erb
index d14bf992f3139aca1ebde41ef37d15263e9c20e9..22ccc2f91dd69a7c88fd66bc10e7f817de8bda1d 100644 (file)
                           action_href: url_for(controller: :actions, action: :show),
                           action_method: 'get',
                           action_data: {selection_param: 'uuid', success: 'redirect-to-created-object'}.to_json),
-                { remote: true, method: 'get', title: "Search" }) do %>
+                        { remote: true, method: 'get', title: "Search" }) do %>
                     <i class="glyphicon fa-fw glyphicon-search"></i> Search all projects ...
                   <% end %>
                </li>
                   <i class="fa fa-fw fa-plus"></i> Add a new project
                 <% end %>
               </li>
-               <li role="presentation" class="divider"></li>
+              <li role="presentation" class="divider"></li>
               <%= render partial: "projects_tree_menu", locals: {
                   :project_link_to => Proc.new do |pnode, &block|
                     link_to(project_path(pnode[:object].uuid),