wiki.html.erb 210 Bytes
<% if block.owner.software_info.nil? %>
  <%= _("This community needs a software to use this block") %>
<% else %>
  <%= link_to _("Wiki") , block.wiki_link, :id => "bt_wiki", :target => "_blank" %>
<% end %>