10524: update workbench titles to use "processes" instead of "pipelines and processes...
[arvados.git] / apps / workbench / app / views / layouts / application.html.erb
index 66d495006f413f3fe18b3703d4cec7c32e205cff..5889bee57a85d586336b5e5d1cb05a311a76ff99 100644 (file)
   <% 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? %>