lib/arigato/themes/default/content.html.erb in arigato-0.1.2 vs lib/arigato/themes/default/content.html.erb in arigato-0.1.3

- old
+ new

@@ -2,10 +2,10 @@ <h1><%= @title %></h1> <table> <%- @specs.each do |spec| -%> <tr> - <td><%= link_to(spec.name, spec.homepage) %></td> + <td><%= spec.homepage ? link_to(spec.name, spec.homepage) : spec.name %></td> <td><%= Arigato::View.author(spec) %></td> </tr> <%- end -%> </table>