btn color on ssh_keys page

This commit is contained in:
ARvind Tiwari 2017-08-03 00:50:27 +05:30
commit c8cf0bfba5
4 changed files with 9 additions and 9 deletions

View file

@ -32,7 +32,7 @@
<div class="underform-contaner">
<h4>{% trans "Or you can generate a new key pair"%}.</h4>
<div class="btn-container">
<button type="submit" name="generate" class="btn choice-btn choice-btn">
<button type="submit" name="generate" class="btn choice-btn">
{% trans "Generate" %}
</button>
</div>

View file

@ -13,7 +13,7 @@
{% endif %}
<div class="ssh-header-container">
<p>{% trans "To generate a new key pair or to upload your existing key, click 'Add Key'" %}</p>
<a class="btn btn-primary btn-custom-download" href="{% url 'hosting:choice_ssh_keys' %}" >
<a class="btn choice-btn" href="{% url 'hosting:choice_ssh_keys' %}" >
<span class="fa fa-plus"></span>&nbsp;&nbsp;{% trans "Add SSH Key"%}
</a>
</div>