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

Commit

Permalink
Merge branch 'master' into username
Browse files Browse the repository at this point in the history
Conflicts:
	www/%username/history/index.html
	www/assets/%version/gittip.css
  • Loading branch information
chadwhitacre committed Apr 7, 2013
2 parents 7894d23 + 65eae83 commit 24bb7fc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ <h2 class="top"><span>{{ title }}</span></h2>
</div></div>

<div class="main-padding"><div id="footer">
<div class="social">
<a href="https://twitter.com/gittip"><img src="/assets/icons/twitter.16.png" /></a>
</div>
<a href='http://blog.gittip.com/'>Blog</a> |
<a href="/about/">About</a> |
<a href='/about/faq.html'>FAQ</a> |
Expand Down
4 changes: 4 additions & 0 deletions templates/gittip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,10 @@ button.selected:hover {
padding: 0.5em 0 0;
text-align: right;
font: normal 12px/16px $Helvetica;

.social {
float: left;
}
}


Expand Down
4 changes: 2 additions & 2 deletions www/%username/history/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,14 @@ <h2>Record an Exchange.</h2>

{% if event['tippee'] == participant.username %}
{% if user.ADMIN and (participant.username != user.username or 'override' in qs) %}
<td class="notes">from <a href="/{{ event['tipper'] }}/history.html">{{ event['tipper'] }}</a></td>
<td class="notes">from <a href="/{{ event['tipper'] }}/history/">{{ event['tipper'] }}</a></td>
{% else %}
<td class="notes">from someone</td>
{% end %}
{% else %}
{% if user.ADMIN %}
<td class="notes">to
<a href="/{{ event['tippee'] }}/history.html">{{ event['tippee'] }}</a></td>
<a href="/{{ event['tippee'] }}/history/">{{ event['tippee'] }}</a></td>
{% else %}
<td class="notes">to
<a href="/{{ event['tippee'] }}/">{{ event['tippee'] }}</a></td>
Expand Down
2 changes: 1 addition & 1 deletion www/assets/%version/gittip.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.31-dev
7.3.33-dev

0 comments on commit 24bb7fc

Please sign in to comment.