?
Question? Problem? Contact:
<% help.each do |help|
value_hash = help.view_data %>
- <%= link_to value_hash[:display_text], {:controller=>'link_router', :id=>help.id}, 'target'=>"_blank" %>
<% unless value_hash[:note].blank? %>
<%= value_hash[:note] %>
<% end %>
<% end %>