OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/assets/stylesheets/content/_links.md

337 B

Links

<a href="#">A normal link</a>

<div>
  <a href="#" class="sort asc">Sort link</a>
  <a href="#" class="sort desc">Sort link</a>
</div>

<a href="#" class="issue">#2999 open issue</a>
<a href="#" class="issue closed">#2999 closed issue</a>

<a href="#" class="icon">&nbsp;</a>
<a href="#" class="icon-context">&nbsp;</a>