Browse Source

Fix URL and icon

pull/193/head
Pēteris Caune 6 years ago
parent
commit
1ea7902c86
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/integrations/add_trello.html

+ 2
- 2
templates/integrations/add_trello.html View File

@ -11,14 +11,14 @@
<div class="jumbotron">
<p>
With this integration, {% site_name %} will create a
<a href="https://trell.ocom/">Trello</a> card each
<a href="https://trello.com/">Trello</a> card each
time a check goes down.
</p>
<div class="text-center">
{% csrf_token %}
<a href="{{ authorize_url }}" class="btn btn-lg btn-default">
<img class="ai-icon" src="{% static 'img/integrations/discord.png' %}" alt="Discord" />
<img class="ai-icon" src="{% static 'img/integrations/trello.png' %}" alt="Trello" />
Connect Trello
</a>
</div>


Loading…
Cancel
Save