-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66c4e26
commit 938fda8
Showing
4 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<article class="Article"> | ||
<h1>About Muchplay</h1> | ||
<p class="Manchet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod | ||
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, | ||
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo | ||
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse | ||
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non | ||
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> | ||
<p>{{#link-to 'application'}}Back to home{{/link-to}}</p> | ||
<div class="Article-body"> | ||
<p><strong>Muchplay offers you a way to collect the tracks and sounds you want from YouTube and Soundcloud with a streamlined online music manager.</strong></p> | ||
<p>With all your favorites in one single list it's a great way to share and play all the music you enjoy.</p> | ||
<hr> | ||
<p>Development begun in March 2014 and this was last updated the 1st of June 2014. If you'd like to get in touch, please do so at <a href="mailto:oskar@rough.dk">oskar@rough.dk</a>.</p> | ||
<p>{{#link-to 'application'}}Back to home{{/link-to}}</p> | ||
</div> | ||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
{{#if tracks}} | ||
<h2>Tracks</h2> | ||
{{else}} | ||
<h2>No tracks yet.</h2> | ||
{{/if}} | ||
|
||
{{render 'tracks' tracks}} |