Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Feb 7, 2011
1 parent 6089b67 commit b605177
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions views/job.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
<div class="job">
<h2>
<a href="http://github.com/{{username}}/{{name}}">{{name}}</a>
</h2>
<h3>Creator &amp; Owner</h3>
<h4>{{since}} - {{now}}</h4>
<p>{{description}}.</p>
<p>This repository has {{watchers}} watcher(s) and {{forks}} fork(s). If you would like more information about this repository and my contributed code, please visit <a href="https://github.com/{{username}}/{{name}}">the repo</a> on Github.</p>
</div>
<div class="job">
<h2>
<a href="http://github.com/{{username}}/{{name}}">{{name}}</a>
</h2>
<h3>Creator &amp; Owner</h3>
<h4>{{since}} - {{now}}</h4>
<p>{{description}}.</p>
<p>
This repository has {{watchers}} watcher(s) and {{forks}} fork(s).
If you would like more information about this repository and my
contributed code, please visit
<a href="https://github.com/{{username}}/{{name}}">the repo</a> on
Github.
</p>
</div>


0 comments on commit b605177

Please sign in to comment.