11 lines
653 B
Plaintext
11 lines
653 B
Plaintext
|
<% subdomains.each do |subdomain|%>
|
||
|
<li class="homepageLeftMenuCoursesLine" style="position:relative;">
|
||
|
<%= link_to subdomain.name, org_subfield_sub_domain_path(subdomain, :org_subfield_id => org_subfield_id), :class => "coursesLineGrey hidden", :title => subdomain.name %>
|
||
|
</li>
|
||
|
<% end %>
|
||
|
<% if subdomains.size == 5 %>
|
||
|
<li class="homepageLeftMenuMore" id="show_more_org_project">
|
||
|
<input type="hidden" value="<%= page %>" id="org_project_page_num">
|
||
|
<a href="javascript:void(0);" class="homepageLeftMenuMoreIcon" onclick="show_more_org_project('<%= more_org_projects_organization_path(org_id) %>');"></a>
|
||
|
</li>
|
||
|
<% end%>
|