Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Jan 18, 2015
2 parents 2e8fcd8 + 70a6795 commit 9c9a83a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/app/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="#home">Home</a></li>
<li><a href="/styleguide.html">Style Guide</a></li>
<li><a href="styleguide.html">Style Guide</a></li>
</ul>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
Expand Down
4 changes: 3 additions & 1 deletion src/main/app/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ <h1>
<p class="lead">
This is a project skeleton for Backbone.Marionette.js single-page user
interface applications. Simply <i class="fa fa-code-fork"></i>
fork the <i class="fa fa-github"></i> repo to get started.
fork the <i class="fa fa-github"></i>
<a href="https://github.com/mwarman/skeleton-ui-marionette-coffee" target="_blank">repo</a>
to get started.
</p>
</div>
<div class="col-md-4 col-md-offset-2">
Expand Down

0 comments on commit 9c9a83a

Please sign in to comment.