6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
|
|
<%= link_to fetprofile, {class: :linkbox} do %>
|
|
<%= render :partial=>"fetprofiles/compact", :locals=>{:fetprofile=>fetprofile} %>
|
|
<% end %>
|
|
<%= root_path() %>
|