[ARVADOS] updated: 7e891a82816a2eadea59b0233b8d93efed85b5c4
git at public.curoverse.com
git at public.curoverse.com
Tue Aug 26 01:30:10 EDT 2014
Summary of changes:
apps/workbench/app/views/application/_content.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 7e891a82816a2eadea59b0233b8d93efed85b5c4 (commit)
from 70e7bc032c4d4e394ad1a7b47984b0be38a5ed20 (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 7e891a82816a2eadea59b0233b8d93efed85b5c4
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Aug 26 01:29:04 2014 -0400
Propagate query params to tab panes. No issue #
diff --git a/apps/workbench/app/views/application/_content.html.erb b/apps/workbench/app/views/application/_content.html.erb
index f7ae909..4379758 100644
--- a/apps/workbench/app/views/application/_content.html.erb
+++ b/apps/workbench/app/views/application/_content.html.erb
@@ -4,7 +4,7 @@
<ul class="nav nav-tabs">
<% pane_list.each_with_index do |pane, i| %>
- <li class="<%= 'active' if i==0 %>"><a href="#<%= pane %>" data-toggle="tab" id="<%= pane %>-tab" data-pane-content-url="<%= url_for(tab_pane: pane) %>"> <%= pane.gsub('_', ' ') %></a></li>
+ <li class="<%= 'active' if i==0 %>"><a href="#<%= pane %>" data-toggle="tab" id="<%= pane %>-tab" data-pane-content-url="<%= url_for(params.merge(tab_pane: pane)) %>"> <%= pane.gsub('_', ' ') %></a></li>
<% end %>
</ul>
<div class="tab-content">
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list