X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2face69c76f5aa42b2204bf89d5194e83fca23c8..9197c69b5780a5b5ce9c40bd67e530aefdf0c7a9:/apps/workbench/app/views/users/_tables.html.erb diff --git a/apps/workbench/app/views/users/_tables.html.erb b/apps/workbench/app/views/users/_tables.html.erb index cec0d87e6d..bcbf3d7c6d 100644 --- a/apps/workbench/app/views/users/_tables.html.erb +++ b/apps/workbench/app/views/users/_tables.html.erb @@ -5,7 +5,7 @@ <% if not current_user.andand.is_active or @my_jobs.empty? %>
(None) <% else %> - +
@@ -89,7 +89,7 @@ <% if not current_user.andand.is_active or @my_pipelines.empty? %>
(None) <% else %> -
+
@@ -140,17 +140,29 @@
Recent collections <%= link_to raw("Show all collections →"), collections_path, class: 'pull-right' %> +
+ <%= form_tag collections_path, + method: 'get', + class: 'form-search small-form-margin' do %> +
+ <%= text_field_tag :search, params[:search], class: 'search-query search-mini' %> + <%= submit_tag "Search", name: nil, class: 'btn btn-mini btn-info' %> +
+ <% end %> +
<% if not current_user.andand.is_active or @my_collections.empty? %>
(None) <% else %> -
+
- + + + @@ -165,6 +177,13 @@ +
ContentsTags Age
+ <% if @my_tag_links[c.uuid] %> + + <%= @my_tag_links[c.uuid].collect(&:name).join(", ") %> + + <% end %> + <%= raw(distance_of_time_in_words(c.created_at, Time.now).sub('about