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:
parent
9a497582e6
commit
06c7ecb4ef
1 changed files with 1 additions and 1 deletions
|
@ -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`:
|
||||
|
|
Loading…
Reference in a new issue