Commit eac7c6379ea5a870ee44f352fb4cf66016a9c8f9
Committed by
Sergio Oliveira
1 parent
98a98f27
Exists in
master
and in
39 other branches
Changing license
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/templates/base.html
... | ... | @@ -103,6 +103,8 @@ |
103 | 103 | <li><a href="/trac/newticket">{% trans "New Ticket" %}</a></li> |
104 | 104 | {% endif %} |
105 | 105 | <li><a href="/trac/roadmap">{% trans "Roadmap" %}</a></li> |
106 | + <!-- TODO: Must be optional like trac and separated --> | |
107 | + <li><a href="/paste">Paste</a></li> | |
106 | 108 | <li><a href="/trac/browser">{% trans "Browse Source" %}</a></li> |
107 | 109 | <!-- TODO: Must be optional like trac and separated --> |
108 | 110 | <li><a href="/ci">{% trans "Continuous Integration" %}</a></li> |
... | ... | @@ -196,7 +198,7 @@ |
196 | 198 | {% endif %} |
197 | 199 | <p class="col-lg-12 text-center"> |
198 | 200 | {% trans "The contents of this site is published under license" %} |
199 | - <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/br/"> | |
201 | + <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/br/"> | |
200 | 202 | {% trans "Creative Commons - attribution, non-commercial" %} |
201 | 203 | </a> |
202 | 204 | </p> | ... | ... |