Skip to content

Commit

Permalink
http://twitter.com/shermozle/status/5472357829
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Nov 6, 2009
1 parent 5a26617 commit 6c88b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/dashboard_history.html
Expand Up @@ -6,7 +6,7 @@ <h2>Notification History</h2>
{% if notifications %}
<ul>
{% for notice in notifications %}
<li style="margin-bottom: 10px;"><img src="{{notice.icon}}" width="32" height="32" style="float: left; margin-right: 5px;"/> {% if notice.title %}<strong>{{ notice.title|striptags }}</strong><br />{% endif %} {{ notice.text|striptags }}<br /><small>from {{ notice.source.source_name }} at {{ notice.created }} | <form action="http://{{ api_host }}/{{ api_version }}/notify/{{account.hash}}?api_key={{account.api_key}}&replay={{notice.key.id}}" method="post" style="display: inline;"><input type="submit" value="Replay" /></form></small></li>
<li style="margin-bottom: 10px;">{% if notice.icon %}<img src="{{notice.icon}}" width="32" height="32" style="float: left; margin-right: 5px;"/>{% endif %} {% if notice.title %}<strong>{{ notice.title|striptags }}</strong><br />{% endif %} {{ notice.text|striptags }}<br /><small>from {{ notice.source.source_name }} at {{ notice.created }} | <form action="http://{{ api_host }}/{{ api_version }}/notify/{{account.hash}}?api_key={{account.api_key}}&replay={{notice.key.id}}" method="post" style="display: inline;"><input type="submit" value="Replay" /></form></small></li>
{% endfor %}
</ul>
{% else %}
Expand Down

0 comments on commit 6c88b48

Please sign in to comment.