[ARVADOS] updated: 969049ab823d9c6d1050cced811a66a13a765070

git at public.curoverse.com git at public.curoverse.com
Tue Feb 11 16:09:57 EST 2014


Summary of changes:
 .../app/views/application/_show_metadata.html.erb  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  969049ab823d9c6d1050cced811a66a13a765070 (commit)
      from  e7153591229d096b33ea4974fb3a4d581bb3b4d4 (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 969049ab823d9c6d1050cced811a66a13a765070
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Feb 11 16:10:52 2014 -0500

    Fixed bug with incoming links not showing in metadata tab.  Resolves #2080

diff --git a/apps/workbench/app/views/application/_show_metadata.html.erb b/apps/workbench/app/views/application/_show_metadata.html.erb
index 3972da0..f36240b 100644
--- a/apps/workbench/app/views/application/_show_metadata.html.erb
+++ b/apps/workbench/app/views/application/_show_metadata.html.erb
@@ -30,7 +30,7 @@ No metadata.
 <% end %>
 
 <h3>Metadata that refers to this object</h3>
-<% if outgoing.items_available > 0 %>
+<% if incoming.items_available > 0 %>
 <table class="table topalign">
   <thead>
     <tr>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list