Displaying 1 result from an estimated 1 matches for "volei".
Did you mean:
volnei
2012 Aug 29
7
custom js in rails project
...have a rails project with one controller and one action, as
simple as posible. And I''m trying to put some custom css and js to my
own index.html.erb (not public/index.html.erb), I inluded this on the
layout file:
layout file:
<!DOCTYPE html>
<html>
<head>
<title>Volei</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag ''foundation.min.js'' %>
<%= javascript_include_tag ''app.js'' %>
<%= javascript_include_tag ''jquery.f...