[ARVADOS] updated: 361e83e8ca5b3c55c4852f502a8fb7c82ff7bff5
git at public.curoverse.com
git at public.curoverse.com
Thu Jun 11 16:32:06 EDT 2015
Summary of changes:
apps/workbench/app/views/projects/public.html.erb | 4 ++--
services/api/Gemfile.lock | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
via 361e83e8ca5b3c55c4852f502a8fb7c82ff7bff5 (commit)
via 9bd0cf5b8200c75e2fccbbb9abe09542f6df2207 (commit)
from bed1ec60de09b319fccd37e7452280736a7c5a8a (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 361e83e8ca5b3c55c4852f502a8fb7c82ff7bff5
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jun 9 15:16:28 2015 -0400
Update arvados in bundle. refs #6203 refs #6277
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index 49775d9..58cd6c1 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -32,10 +32,10 @@ GEM
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
rack (>= 1.1.0)
- addressable (2.3.7)
+ addressable (2.3.8)
andand (1.3.3)
arel (3.0.3)
- arvados (0.1.20150210011250)
+ arvados (0.1.20150609141135)
activesupport (>= 3.2.13)
andand (~> 1.3, >= 1.3.3)
google-api-client (~> 0.6.3, >= 0.6.3)
@@ -105,7 +105,7 @@ GEM
jquery-rails (3.1.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
- json (1.8.2)
+ json (1.8.3)
jwt (0.1.13)
multi_json (>= 1.5)
launchy (2.4.3)
@@ -118,7 +118,7 @@ GEM
mime-types (1.25.1)
mocha (1.1.0)
metaclass (~> 0.0.1)
- multi_json (1.10.1)
+ multi_json (1.11.1)
multipart-post (1.2.0)
net-scp (1.2.0)
net-ssh (>= 2.6.5)
commit 9bd0cf5b8200c75e2fccbbb9abe09542f6df2207
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jun 9 15:12:46 2015 -0400
Use default word wrap (no mid-word line breaks). refs #6057
diff --git a/apps/workbench/app/views/projects/public.html.erb b/apps/workbench/app/views/projects/public.html.erb
index 9fc9759..8a57461 100644
--- a/apps/workbench/app/views/projects/public.html.erb
+++ b/apps/workbench/app/views/projects/public.html.erb
@@ -17,10 +17,10 @@
<tbody>
<% @objects.each do |p| %>
<tr>
- <td style="word-break:break-all;">
+ <td>
<%= link_to_if_arvados_object p, {friendly_name: true} %>
</td>
- <td style="word-break:break-all;">
+ <td>
<%= render_attribute_as_textile(p, "description", p.description, true) %>
</td>
</tr>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list