Commit da776202e965a6a2a787da28e09f91f7e73628aa

Authored by Arthur Sturzbecher
1 parent 6ca1694d

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