Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Make top header into a link to /about/charts.html.
Browse files Browse the repository at this point in the history
First task on #1401.
  • Loading branch information
zbynekwinkler committed Sep 6, 2013
1 parent 63d5f1e commit a35ef44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions scss/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
text-transform: uppercase;
padding-left: 18px;
text-align: left;
a {
color: inherit;
}
}
.sign-in, .you-are {
padding-top: 18px;
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>
</a>
</h1>
</td><td class="motto luxury">
{{ gnactive }} users exchanging ${{ gtransfer_volume }} per week
<a href='/about/charts.html'>{{ gnactive }} users exchanging ${{ gtransfer_volume }} per week</a>
</td></tr></table>
{% if user.ANON %}
{% include sign-in-using.html %}
Expand Down

0 comments on commit a35ef44

Please sign in to comment.