Skip to content

Commit

Permalink
make less ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Flaxman committed Apr 25, 2015
1 parent a607b6c commit a6a7700
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h4>{{ user.email }}</h4>
<div class="container">
<div class="section">
<div class="row">
<h4>Forwarding Addresses:</h4>
<h3>Forwarding Addresses</h3>
{% if forwarding_addresses %}
<table class="table table-striped table-bordered table-condensed">
<tr>
Expand Down Expand Up @@ -68,8 +68,8 @@ <h4>Forwarding Addresses:</h4>
You have no forwarding addresses.
</p>
{% endif %}
<a href="{% url 'setup_address_forwarding' 'btc' %}">+ Create Another Forwarding Addresses</a>
<h4>Email Notifications Subscriptions:</h4>
<a href="{% url 'setup_address_forwarding' 'btc' %}" class="btn btn-primary btn-lg">+ Create Forwarding Addresses</a>
<h3>Email Notifications Subscriptions</h3>
{% if address_subscriptions %}
<table class="table table-striped table-bordered table-condensed">
<tr>
Expand All @@ -94,7 +94,7 @@ <h4>Email Notifications Subscriptions:</h4>
You have no subscriptions.
</p>
{% endif %}
<a href="{% url 'subscribe_address' 'btc' %}">+ Subscribe to Another Address</a>
<a href="{% url 'subscribe_address' 'btc' %}" class="btn btn-primary btn-lg">+ Subscribe to Address</a>
</div>

<div class="row">
Expand Down

0 comments on commit a6a7700

Please sign in to comment.