[ARVADOS] updated: 81cb0b6ac320caf7098c735ee06c610d73953ab5
git at public.curoverse.com
git at public.curoverse.com
Thu Oct 23 09:38:18 EDT 2014
Summary of changes:
apps/workbench/app/views/collections/hash_matches.html.erb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 81cb0b6ac320caf7098c735ee06c610d73953ab5 (commit)
from d599adb390dddea375cd8f79626678d0db5c2027 (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 81cb0b6ac320caf7098c735ee06c610d73953ab5
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu Oct 23 09:38:15 2014 -0400
4058: Tweaked presentation per review feedback
diff --git a/apps/workbench/app/views/collections/hash_matches.html.erb b/apps/workbench/app/views/collections/hash_matches.html.erb
index 1975d31..17539a2 100644
--- a/apps/workbench/app/views/collections/hash_matches.html.erb
+++ b/apps/workbench/app/views/collections/hash_matches.html.erb
@@ -1,11 +1,11 @@
-<h1>Collection <%= params["uuid"] %></h1>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="panel panel-info">
<div class="panel-heading">
- <h3 class="panel-title">The following collection have this content:</h3>
+ <h3 class="panel-title"><%= params["uuid"] %></h3>
</div>
<div class="panel-body">
+ <p><i>The following collection have this content:</i></p>
<% @same_pdh.sort { |a,b| b.created_at <=> a.created_at }.each do |c| %>
<div class="row">
<div class="col-md-8">
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list