lib/arigato/themes/bootstrap/content.html.erb in arigato-0.1.2 vs lib/arigato/themes/bootstrap/content.html.erb in arigato-0.1.3
- old
+ new
@@ -4,10 +4,10 @@
</div>
<table class="table table-condensed table-striped table-hover">
<%- @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>