orbit-basic/app/views/admin/users_new_interface/_js_and_css.html.erb

14 lines
500 B
Plaintext
Raw Normal View History

2012-09-17 04:06:21 +00:00
<% content_for :page_specific_css do -%>
2013-08-09 07:07:05 +00:00
<%#= stylesheet_link_tag "member" %>
<%#= stylesheet_link_tag "item"%>
<%= stylesheet_link_tag "lib/wrap-nav" %>
<%= stylesheet_link_tag "lib/main-list" %>
2013-08-30 08:47:44 +00:00
<%= stylesheet_link_tag "lib/filter" %>
2013-08-09 07:07:05 +00:00
<%= stylesheet_link_tag "lib/member" %>
2012-09-17 04:06:21 +00:00
<% end -%>
<% content_for :page_specific_javascript do -%>
2013-08-30 08:47:44 +00:00
<%= javascript_include_tag "lib/jquery.lite.image.resize.js" %>
<%= javascript_include_tag "lib/member/list-view.js" %>
2012-09-17 04:06:21 +00:00
<% end -%>