diff --git a/views/blocks/wiki.html.erb b/views/blocks/wiki.html.erb
index 3d2757b..24cda6f 100644
--- a/views/blocks/wiki.html.erb
+++ b/views/blocks/wiki.html.erb
@@ -1,6 +1,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" %>
+ <%= link_to _("Wiki") , block.wiki_link, :id => "bt_wiki", :target => "_blank" %>
<% end %>
--
libgit2 0.21.2