[Rails] Convention to get CSS into views

rubyonrails at freeze.org rubyonrails at freeze.org
Wed Nov 3 14:25:58 GMT 2004


* Tobias Luetke <tobias.luetke at gmail.com> [2004-11-02 11:16:10 -0500]:

> put your stylesheet into /public/stylesheets/ and include them in the
> html header. Possibly in your layout
> 

Thanks.
What do you specify as the path inside your view?

<head>
  <link rel="stylesheet" type="text/css" href="what_is_this_path.css" >
</head>


-- 
Jim Freeze


More information about the Rails mailing list