Skip to content

Commit b5fd86c

Browse files
committed
update slack links
1 parent dae5bad commit b5fd86c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

themes/vocabulary_theme/templates/blocks/featured-projects.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h4 class="card-title b-header"><a href="{{ repo.url }}">{{ repo.english_name }}
3333
<span class="link-content">Github Repository</span>
3434
</a>
3535
<br>
36-
<a class="button is-text tiny">
36+
<a class="button is-text tiny" href="https://creativecommons.slack.com/channels/{{ repo.slack }}">
3737
<i class="icon slack"></i>
3838
<span class="link-content">Slack channel (#{{ repo.slack }})</span>
3939
</a>

themes/vocabulary_theme/templates/project_list.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h4 class="card-title b-header"><a href="{{ repo.url }}">{{ repo.english_name }}
3939
<span class="link-content">Github Repository</span>
4040
</a>
4141
<br>
42-
<a class="button is-text tiny">
42+
<a class="button is-text tiny" href="https://creativecommons.slack.com/channels/{{ repo.slack }}">
4343
<i class="icon slack"></i>
4444
<span class="link-content">Slack channel (#{{ repo.slack }})</span>
4545
</a>
@@ -93,7 +93,7 @@ <h2>All Active Projects</h2>
9393
{% endif %}
9494
<a href="{{ repo.url }}" class="is-block has-color-dark-slate-gray"><i class="icon github padding-right-small"></i>Github</a>
9595
{% if repo.slack %}
96-
<a href="{{ repo.url }}" class="is-block has-color-dark-slate-gray"><i class="icon slack padding-right-small"></i>Slack</a>
96+
<a href="https://creativecommons.slack.com/channels/{{ repo.slack }}" class="is-block has-color-dark-slate-gray"><i class="icon slack padding-right-small"></i>Slack</a>
9797
{% endif %}
9898
</td>
9999
</tr>

0 commit comments

Comments
 (0)