diff options
author | 2018-06-07 16:34:59 +0100 | |
---|---|---|
committer | 2018-06-07 16:34:59 +0100 | |
commit | c5d8157670ea2b7f448fc41ca790b25c03a4bedb (patch) | |
tree | 428bb0f210b9094d6d147cd2c20144de5c1e8b2e /templates/main/jams/index.html | |
parent | [CI] Add deployment env and cache .gem (diff) |
Replace GitHub with GitLab across the project
Diffstat (limited to 'templates/main/jams/index.html')
-rw-r--r-- | templates/main/jams/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/jams/index.html b/templates/main/jams/index.html index e72e7e84..804a89f3 100644 --- a/templates/main/jams/index.html +++ b/templates/main/jams/index.html @@ -67,7 +67,7 @@ </a> {% else %} <a class="uk-button uk-button-default" target="_blank" href="{{ jam.repo }}"> - <i class="uk-icon fa-fw fab fa-github"></i> Repository + <i class="uk-icon fa-fw fab fa-gitlab"></i> Repository </a> {% endif %} </span> |