Skip to content

Commit

Permalink
Merge pull request emberjs#48 from sevos/master
Browse files Browse the repository at this point in the history
Add Github link on Examples page
  • Loading branch information
tomdale committed Feb 10, 2012
2 parents 17de4c7 + d40135c commit 7f07ee4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions source/examples/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ title: Examples

As required by law, our JavaScript framework includes a Todos demo.

<a href="/examples/todos/">Visit Todos</a>
<a href="/examples/todos/">Visit Todos</a> |
<a href="https://github.com/emberjs/todos">Source</a>
<a href="/examples/todos/">
<img src="/images/screenshots/todos.png" class="screenshot">
</a>

## Simple Bindings
This demo contains an example a simple view bound to a controller.

<a href="/examples/simple_bindings/">
Visit Simple Bindings</a>
<a href="/examples/simple_bindings/">Visit Simple Bindings</a>
<a href="/examples/simple_bindings/">
<img src="/images/screenshots/simple_bindings.png" class="screenshot">
</a>
Expand All @@ -29,9 +29,7 @@ If you check out this code from GitHub, it includes a node.js server that illust
into a controller.


<a href="/examples/contacts/">
Visit Contacts
</a>
<a href="/examples/contacts/">Visit Contacts</a>
<a href="/examples/contacts/">
<img src="/images/screenshots/contacts.png" class="screenshot">
</a>

0 comments on commit 7f07ee4

Please sign in to comment.