From de992af83e84872dee1bb2b2e05e957a4f6c84b4 Mon Sep 17 00:00:00 2001 From: ArthurJahn Date: Tue, 8 Sep 2015 12:06:57 -0300 Subject: [PATCH] Fixing wiki block button id --- views/blocks/wiki.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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