X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c8060b94c485d5bf0e500d2321793cd56db4c856..7a98271d94163cdc4afa5bfcf275db353bc062d2:/apps/workbench/app/views/users/_tables.html.erb diff --git a/apps/workbench/app/views/users/_tables.html.erb b/apps/workbench/app/views/users/_tables.html.erb index bb38c7c0fa..9e1c220fd6 100644 --- a/apps/workbench/app/views/users/_tables.html.erb +++ b/apps/workbench/app/views/users/_tables.html.erb @@ -35,7 +35,7 @@ - <% if j.success %> + <% if j.success and j.output %> <% Collection.limit(1).where(uuid: j.output).each do |c| %> @@ -162,7 +162,7 @@ <% end %> - + <% end %> <% if not current_user.andand.is_active or @my_collections.empty? %> @@ -223,10 +223,10 @@

Your account must be activated by an Arvados administrator. If this is your first time accessing Arvados and would like to request - access, or you believe you are seeing the page in error, please - <%= link_to "contact us", Rails.configuration.activation_contact_link %>. + access, or you believe you are seeing the page in error, please + <%= link_to "contact us", Rails.configuration.activation_contact_link %>. You should receive an email at the address you used to log in when - your account is activated. In the mean time, you can + your account is activated. In the mean time, you can <%= link_to "learn more about Arvados", "https://arvados.org/projects/arvados/wiki/Introduction_to_Arvados" %>, and <%= link_to "read the Arvados user guide", "http://doc.arvados.org/user" %>.