wiki.html.erb 217 Bytes Edit Raw Blame History 1 2 3 4 5 6 <% if block.owner.software_info.nil? %> <%= _("This community needs a software to use this block") %> <% else %> <%= link_to _("Wiki") , block.wiki_link, :id => "bt_repositorio", :target => "_blank" %> <% end %>