Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theme-bootstrap3
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macro
theme-bootstrap3
Commits
0e526b1c
Commit
0e526b1c
authored
9 years ago
by
Sébastien BLAISOT
Committed by
Daan Debie
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add the hability to have a custom licence string in footer
parent
7209158b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/includes/footer.html
+3
-1
3 additions, 1 deletion
templates/includes/footer.html
with
3 additions
and
1 deletion
templates/includes/footer.html
+
3
−
1
View file @
0e526b1c
...
...
@@ -14,9 +14,11 @@
{%- if CC_LICENSE or CC_LICENSE_DERIVATIVES or CC_LICENSE_COMMERCIAL %}
{% from 'includes/cc-license.html' import cc_license_mark %}
<p><small>
{{ cc_license_mark(cc_name=CC_LICENSE,derivatives=CC_LICENSE_DERIVATIVES,commercial=CC_LICENSE_COMMERCIAL,attr_markup=CC_ATTR_MARKUP,attr_props={'title':SITENAME,'name':article.author if article else AUTHOR,'url':SITEURL}) }}
</small></p>
{% elif CUSTOM_LICENSE %}
<p><small>
{{ CUSTOM_LICENSE }}
</small></p>
{% endif %}
</div>
<div
class=
"col-xs-2"
><p
class=
"pull-right"
><i
class=
"fa fa-arrow-up"
></i>
<a
href=
"#"
>
Back to top
</a></p></div>
</div>
</div>
</footer>
\ No newline at end of file
</footer>
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment