[ARVADOS] updated: ef34e7256fe96d2ad4c3f27ca0ba4bef14a195ff

git at public.curoverse.com git at public.curoverse.com
Mon Jul 7 22:48:46 EDT 2014


Summary of changes:
 .../app/views/collections/_show_recent.html.erb    | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

       via  ef34e7256fe96d2ad4c3f27ca0ba4bef14a195ff (commit)
      from  7d5a2544cc4bee33a1ea67c0229acf6700c5327c (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 ef34e7256fe96d2ad4c3f27ca0ba4bef14a195ff
Author: Brett Smith <brett at curoverse.com>
Date:   Mon Jul 7 22:48:28 2014 -0400

    3204: Remove redundant pull-right from Workbench Collections search.
    
    content_for :tab_line_buttons is already wrapped in a div.pull-right.
    Doing that a second time forces the contents into an overly-small
    box.
    
    Closes #3204.

diff --git a/apps/workbench/app/views/collections/_show_recent.html.erb b/apps/workbench/app/views/collections/_show_recent.html.erb
index 21a815c..2f81073 100644
--- a/apps/workbench/app/views/collections/_show_recent.html.erb
+++ b/apps/workbench/app/views/collections/_show_recent.html.erb
@@ -1,16 +1,14 @@
 <% content_for :tab_line_buttons do %>
-<div class="pull-right" style="width: 30%">
-  <%= form_tag collections_path, method: 'get', remote: true, class: 'form-search' do %>
-  <div class="input-group">
-    <%= text_field_tag :search, params[:search], class: 'form-control', placeholder: 'Search collections' %>
-    <span class="input-group-btn">
-      <%= button_tag(class: 'btn btn-info') do %>
-      <span class="glyphicon glyphicon-search"></span>
-      <% end %>
-    </span>
-  </div>  
-  <% end %>
-</div>
+ <%= form_tag collections_path, method: 'get', remote: true, class: 'form-search' do %>
+ <div class="input-group">
+   <%= text_field_tag :search, params[:search], class: 'form-control', placeholder: 'Search collections' %>
+   <span class="input-group-btn">
+     <%= button_tag(class: 'btn btn-info') do %>
+     <span class="glyphicon glyphicon-search"></span>
+     <% end %>
+   </span>
+ </div>
+ <% end %>
 <% end %>
 
 <%= render partial: "paging", locals: {results: @collections, object: @object} %>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list