[ARVADOS] updated: ad73066c03b640dfe710e4b9eef1ea56cee30629

git at public.curoverse.com git at public.curoverse.com
Thu May 14 11:57:06 EDT 2015


Summary of changes:
 apps/workbench/app/views/layouts/application.html.erb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

       via  ad73066c03b640dfe710e4b9eef1ea56cee30629 (commit)
      from  1be4d2818c9e81b47887e33f8dfba347851fd88f (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 ad73066c03b640dfe710e4b9eef1ea56cee30629
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Thu May 14 11:56:49 2015 -0400

    5645: updated comment

diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb
index 66d4950..5889bee 100644
--- a/apps/workbench/app/views/layouts/application.html.erb
+++ b/apps/workbench/app/views/layouts/application.html.erb
@@ -19,12 +19,13 @@
   <% end %>
   <meta name="robots" content="NOINDEX, NOFOLLOW">
 
-  <%# Add open graph meta tags %>
+  <%# Feature #5645: Add open graph meta tags to generate this page's
+      social graph that search engines can use. http://ogp.me/ %>
   <meta property="og:type" content="article" />
   <meta property="og:url" content="<%= request.url %>" />
   <meta property="og:site_name" content="<%= Rails.configuration.site_name %>" />
   <% if @object %>
-    <% if (@object.respond_to?(:name) rescue nil) and @object.name.present? %>
+    <% if @object.respond_to?(:name) and @object.name.present? %>
       <meta property="og:title" content="<%= @object.name%>" />
     <% end %>
     <% if (@object.respond_to?(:description) rescue nil) and @object.description.present? %>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list