merge more into core, use gem availability to autoload
This commit is contained in:
parent
27a9fa98f7
commit
9ebddeed1d
476 changed files with 81 additions and 141 deletions
|
@ -0,0 +1 @@
|
|||
Index
|
|
@ -0,0 +1,7 @@
|
|||
<%= partial 'shared/header' %>
|
||||
|
||||
<div id="main">
|
||||
<%= yield %>
|
||||
</div>
|
||||
|
||||
<%= partial 'shared/footer' %>
|
|
@ -0,0 +1 @@
|
|||
<footer>Str Footer</footer>
|
|
@ -0,0 +1 @@
|
|||
<header>ERb Header</header>
|
Loading…
Add table
Add a link
Reference in a new issue