1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update guides/source/layouts_and_rendering.md

Removed first slash. The subdirectory will nto be found with slash befor it.
This commit is contained in:
Marek Ovečka 2012-12-30 15:07:36 +01:00
parent 9a497582e6
commit 06c7ecb4ef

View file

@ -782,7 +782,7 @@ To include `app/assets/stylesheets/main.css` and `app/assets/stylesheets/columns
To include `app/assets/stylesheets/main.css` and `app/assets/stylesheets/photos/columns.css`:
```erb
<%= stylesheet_link_tag "main", "/photos/columns" %>
<%= stylesheet_link_tag "main", "photos/columns" %>
```
To include `http://example.com/main.css`: