Browse Source

Fixes #1140, bad CLA link

pull/1139/merge
jlukic 10 years ago
parent
commit
e641432dfc
2 changed files with 2 additions and 2 deletions
  1. 2
      server/documents/cla.html.eco
  2. 2
      server/layouts/default.html.eco

2
server/documents/cla.html.eco

@ -13,7 +13,7 @@ type : 'Legal'
<i class="help circle icon"></i>
<div class="content">
<div class="header">What's in a Contributor License Agreement (CLA)?</div>
This CLA makes sure that you both entitled to contribute to Semantic UI (you are not bound by a policy that prohibits you) and understand your code might be used in derivative works. Additionally this agreement helps legally protect Semantic UIif you decide at a later date you no longer want your code being used.
This CLA makes sure that you both entitled to contribute to Semantic UI (you are not bound by a policy that prohibits you) and understand your code might be used in derivative works. Additionally this agreement helps legally protect Semantic UI if you decide at a later date you no longer want your code being used.
</div>
</div>
<div class="ui tab active" data-tab="individual">

2
server/layouts/default.html.eco

@ -348,7 +348,7 @@
<div class="ui inverted link list">
<a class="item" href="mailto:jack@semantic-ui.com?subject=Help Translating">Translate</a>
<a class="item" href="https://github.com/Semantic-Org/Semantic-UI" target="_blank">Issue Tracker</a>
<a class="item" href="cla.html" target="_blank">CLA</a>
<a class="item" href="/cla.html" target="_blank">CLA</a>
<a class="disabled item">Create Themes</a>
</div>
</div>

Loading…
Cancel
Save