[ARVADOS] updated: d0e60c70302c1b7ec84110cad0545924605c95bb
git at public.curoverse.com
git at public.curoverse.com
Tue Oct 28 06:48:51 EDT 2014
Summary of changes:
apps/workbench/app/views/projects/_show_tab_contents.html.erb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via d0e60c70302c1b7ec84110cad0545924605c95bb (commit)
from 6bfa13079feb0cd6632dcf83dd6e1dc1d99d8cdf (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 d0e60c70302c1b7ec84110cad0545924605c95bb
Author: Phil Hodgson <bitbucket at philhodgson.net>
Date: Tue Oct 28 11:48:46 2014 +0100
3618: remove unnecessary "raw" directive for the sort columns table header attribute
diff --git a/apps/workbench/app/views/projects/_show_tab_contents.html.erb b/apps/workbench/app/views/projects/_show_tab_contents.html.erb
index af634bf..0382d4f 100644
--- a/apps/workbench/app/views/projects/_show_tab_contents.html.erb
+++ b/apps/workbench/app/views/projects/_show_tab_contents.html.erb
@@ -86,13 +86,13 @@
<th></th>
<% sort_order = sortable_columns['name'] %>
<th <% if !sort_order.nil? %>
- data-sort-order='<%= raw sort_order %>'
+ data-sort-order='<%= sort_order %>'
<% end %> >
name
</th>
<% sort_order = sortable_columns['description'] %>
<th <% if !sort_order.nil? %>
- data-sort-order='<%= raw sort_order %>'
+ data-sort-order='<%= sort_order %>'
<% end %> >
description
</th>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list