instead of using a fav page for each content, use a general favorites pane where the user can select which favs shall be shown
6 lines
224 B
Plaintext
6 lines
224 B
Plaintext
<div class='favNav'>
|
|
<%= link_to 'People', favorites_people_url%>
|
|
<%= link_to 'Courses', favorites_courses_url %>
|
|
<%= link_to 'Theses', favorites_theses_url %>
|
|
<%= link_to 'Projects', favorites_projects_url %>
|
|
</div> |