File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
themes/vocabulary_theme/templates Expand file tree Collapse file tree 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 }}
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 >
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 }}
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 >
You can’t perform that action at this time.
0 commit comments