Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Add a dummy style guide view, based ons Foundation docs' Kitchen Sink
Browse files Browse the repository at this point in the history
This help us to quickly verify everything is Ok inside a Rails app.
We were relying before on `foundation-rails` style guide as a mounted
engine, which was causing problems.
  • Loading branch information
Mehdi Lahmam committed May 3, 2015
1 parent f140e33 commit 7567068
Show file tree
Hide file tree
Showing 4 changed files with 1,520 additions and 57 deletions.
2 changes: 2 additions & 0 deletions test/dummy/app/controllers/styleguide_controller.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class StyleguideController < ApplicationController
end
8 changes: 5 additions & 3 deletions test/dummy/app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
</head>

<body>

<%= yield %>

<div class="row">
<div class="small-12 columns">
<%= yield %>
</div>
</div>
</body>
</html>
Loading

0 comments on commit 7567068

Please sign in to comment.