Skip to content

Commit 7520657

Browse files
committed
Add check for slack channels in projects html
1 parent 085094c commit 7520657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/project_list.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ <h2>All Active Projects</h2>
5656
{% else %}
5757
<td>Not specified</td>
5858
{% endif %}
59-
<td style="min-width: 12rem;">
60-
<a class="btn btn-outline-secondary btn-sm" href="{{ repo.url }}"><img src="{{ this.attachments.get('mark-github.svg')|url }}" alt="GitHub"/> GitHub</a>{% if repo.website %} <a class="btn btn-outline-secondary btn-sm" href="{{ repo.website }}"><img src="{{ this.attachments.get('link-external.svg')|url }}" alt="website"/> Website</a>{% endif %}
59+
<td style="min-width: 16rem;">
60+
<a class="btn btn-outline-secondary btn-sm" href="{{ repo.url }}"><img src="{{ this.attachments.get('mark-github.svg')|url }}" alt="GitHub"/> GitHub</a>{% if repo.website %} <a class="btn btn-outline-secondary btn-sm" href="{{ repo.website }}"><img src="{{ this.attachments.get('link-external.svg')|url }}" alt="website"/> Website</a>{% endif %} {% if repo.slack %} <a class="btn btn-outline-secondary btn-sm" href="https://creativecommons.slack.com/channels/{{ repo.slack }}"><img src="{{ this.attachments.get('mark-slack.svg')|url }}" alt="slack"/> Slack</a>{% endif %}
6161
</td>
6262
</tr>
6363
{% endfor %}

0 commit comments

Comments
 (0)