File tree 2 files changed +3
-3
lines changed
themes/vocabulary_theme/templates
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ <h4 class="card-title b-header"><a href="{{ repo.url }}">{{ repo.english_name }}
33
33
< span class ="link-content "> Github Repository</ span >
34
34
</ a >
35
35
< br >
36
- < a class ="button is-text tiny ">
36
+ < a class ="button is-text tiny " href =" https://creativecommons.slack.com/channels/{{ repo.slack }} " >
37
37
< i class ="icon slack "> </ i >
38
38
< span class ="link-content "> Slack channel (#{{ repo.slack }})</ span >
39
39
</ a >
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ <h4 class="card-title b-header"><a href="{{ repo.url }}">{{ repo.english_name }}
39
39
< span class ="link-content "> Github Repository</ span >
40
40
</ a >
41
41
< br >
42
- < a class ="button is-text tiny ">
42
+ < a class ="button is-text tiny " href =" https://creativecommons.slack.com/channels/{{ repo.slack }} " >
43
43
< i class ="icon slack "> </ i >
44
44
< span class ="link-content "> Slack channel (#{{ repo.slack }})</ span >
45
45
</ a >
@@ -93,7 +93,7 @@ <h2>All Active Projects</h2>
93
93
{% endif %}
94
94
< a href ="{{ repo.url }} " class ="is-block has-color-dark-slate-gray "> < i class ="icon github padding-right-small "> </ i > Github</ a >
95
95
{% 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 >
97
97
{% endif %}
98
98
</ td >
99
99
</ tr >
You can’t perform that action at this time.
0 commit comments