Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2019-02-03 03:57:50 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2019-06-30 07:14:11 +0300
commit934dc8175446da5bd011e050c657505fdb882d87 (patch)
treebbdce04c3313b327e156e8cf202bd8457359a395 /layouts/footer.html
parentb893edc51c33b0e72b2d61d15dc10fa9d5720b0e (diff)
Use col-6 instead of col-sm-6 on footer
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'layouts/footer.html')
-rw-r--r--layouts/footer.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/layouts/footer.html b/layouts/footer.html
index a8c80a15..17b83fe2 100644
--- a/layouts/footer.html
+++ b/layouts/footer.html
@@ -1,16 +1,16 @@
<footer class=footer>
<%= render '/footer_links.*' %>
- <div class='animated text-center source-link'>
- <a href='https://gitlab.com/gitlab-com/gitlab-docs' target='_blank'>Created</a> with Nanoc, hosted on <a href='https://about.gitlab.com/product/pages/' target='_blank'>GitLab Pages</a>
- <a href='https://creativecommons.org/licenses/by-sa/4.0/' target='_blank' rel="license" alt="Creative Commons License"><img src='/assets/images/by-sa.svg'></a>
- <a href='/cookies-policy/' alt='Cookies Policy'>Cookies Policy</a>
- <% if ENV['NANOC_ENV'] == 'production' && ENV['CI_COMMIT_REF_NAME'] == 'master' %>
- <%# Show Edit button only in production and on master branch (hide archives) %>
- <div class="edit-on">
- <i class="fa fa-code-fork" aria-hidden="true"></i>
- <a href="<%= edit_on_gitlab(@item) %>">Edit this page</a>
- (<a href="<%= edit_on_gitlab(@item, editor: :webide) %>">Web IDE</a>)
- </div>
- <% end %>
- </div>
</footer>
+<div class='animated text-center source-link'>
+ <a href='https://gitlab.com/gitlab-com/gitlab-docs' target='_blank'>Created</a> with Nanoc, hosted on <a href='https://about.gitlab.com/product/pages/' target='_blank'>GitLab Pages</a>
+ <a href='https://creativecommons.org/licenses/by-sa/4.0/' target='_blank' rel="license" alt="Creative Commons License"><img src='/assets/images/by-sa.svg'></a>
+ <a href='/cookies-policy/' alt='Cookies Policy'>Cookies Policy</a>
+ <% if ENV['NANOC_ENV'] == 'production' && ENV['CI_COMMIT_REF_NAME'] == 'master' %>
+ <%# Show Edit button only in production and on master branch (hide archives) %>
+ <div class="edit-on">
+ <i class="fa fa-code-fork" aria-hidden="true"></i>
+ <a href="<%= edit_on_gitlab(@item) %>">Edit this page</a>
+ (<a href="<%= edit_on_gitlab(@item, editor: :webide) %>">Web IDE</a>)
+ </div>
+ <% end %>
+</div>