Browse Source

Slack is the most popular integration, so move it to top.

pull/20/head
Pēteris Caune 9 years ago
parent
commit
6fced734d1
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      templates/front/channels.html

+ 9
- 9
templates/front/channels.html View File

@ -70,6 +70,15 @@
<h1 class="ai-title">Add More</h1>
<ul class="add-integration">
<li>
<img src="{% static 'img/integrations/slack.png' %}"
alt="Slack icon" />
<h2>Slack</h2>
<p>A messaging app for teams.</p>
<a href="{% url 'hc-add-slack' %}" class="btn btn-primary">Add Integration</a>
</li>
<li>
<img src="{% static 'img/integrations/email.png' %}"
alt="Email icon" />
@ -97,15 +106,6 @@
<a href="{% url 'hc-add-pd' %}" class="btn btn-primary">Add Integration</a>
</li>
<li>
<img src="{% static 'img/integrations/slack.png' %}"
alt="Slack icon" />
<h2>Slack</h2>
<p>A messaging app for teams.</p>
<a href="{% url 'hc-add-slack' %}" class="btn btn-primary">Add Integration</a>
</li>
<li>
<img src="{% static 'img/integrations/hipchat.png' %}"
alt="HipChat icon" />


Loading…
Cancel
Save