Skip to content

Commit

Permalink
Use pull request foundation#11040 from ncoden/docs/add-rails-installa…
Browse files Browse the repository at this point in the history
…tion for v6.5.0

3fc1fd7 docs: add Rubygems to installation page

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
  • Loading branch information
ncoden committed Jun 16, 2018
1 parent 0437691 commit f816312
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/assets/img/icons/logo-rubygems.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@ Foundation is available on npm, Bower, Meteor, and Composer. The package include
</div>
</div>

<div class="column small-2 text-right">
<a href="https://rubygems.org/gems/foundation-rails">
<img class="docs-install-vendor-icon" src="{{root}}assets/img/icons/logo-rubygems.svg" alt="Ruby Gems">
</a>
</div>
<div class="column small-10">
<div class="docs-code">
<code class="bash">
gem install foundation-rails
</code>
</div>
</div>

<div class="column small-2 text-right">
<a href="https://atmospherejs.com/zurb/foundation-sites">
<img class="docs-install-vendor-icon" src="{{root}}assets/img/icons/logo-meteor.svg" alt="Meteor">
Expand Down

0 comments on commit f816312

Please sign in to comment.