[ARVADOS] updated: def9a846a5d9dd91cc0a1ed9c50dee35b81425c0
git at public.curoverse.com
git at public.curoverse.com
Sun May 11 16:30:16 EDT 2014
Summary of changes:
apps/workbench/app/views/pipeline_instances/_show_components.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via def9a846a5d9dd91cc0a1ed9c50dee35b81425c0 (commit)
from 2d79630f56a010aa0b7544b876c7c31b122c70af (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 def9a846a5d9dd91cc0a1ed9c50dee35b81425c0
Author: Tom Clegg <tom at curoverse.com>
Date: Sun May 11 16:24:25 2014 -0400
2756: Use site-default x-editable mode for pipeline instance name.
Inline mode avoided an "editable popup hides behind left nav" bug
which was fixed in c66afecd36cf7d91223b5db79f3e120954f8217d.
diff --git a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
index fbedddf..1bd2439 100644
--- a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
@@ -6,7 +6,7 @@
<%= content_for :content_top do %>
<h2>
- <%= render_editable_attribute @object, 'name', nil, { 'data-emptytext' => 'Unnamed pipeline', 'data-mode' => 'inline' } %>
+ <%= render_editable_attribute @object, 'name', nil, { 'data-emptytext' => 'Unnamed pipeline' } %>
</h2>
<% if template %>
<h4>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list