Commit de992af83e84872dee1bb2b2e05e957a4f6c84b4

Authored by Arthur Sturzbecher
Committed by Thiago Ribeiro
1 parent c5e3bd8a

Fixing wiki block button id

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
views/blocks/wiki.html.erb
1 <% if block.owner.software_info.nil? %> 1 <% if block.owner.software_info.nil? %>
2 <%= _("This community needs a software to use this block") %> 2 <%= _("This community needs a software to use this block") %>
3 <% else %> 3 <% else %>
4 - <%= link_to _("Wiki") , block.wiki_link, :id => "bt_repositorio", :target => "_blank" %> 4 + <%= link_to _("Wiki") , block.wiki_link, :id => "bt_wiki", :target => "_blank" %>
5 <% end %> 5 <% end %>
6 6