Fix link in widget
This commit is contained in:
parent
9ae140204f
commit
826a5a5f20
|
@ -1,6 +1,6 @@
|
|||
<% @web_links.each do |web_link| %>
|
||||
<li>
|
||||
<a><%= web_link.name[I18n.locale] %></a>
|
||||
<%= link_to web_link.name[I18n.locale], web_link.url %>
|
||||
</li>
|
||||
<% end %>
|
||||
|
||||
|
|
Reference in New Issue