Skip to content
Snippets Groups Projects
Select Git revision
  • 308d46ec77ecd4b5526548ce07fd4ef9b655e445
  • master default protected
2 results

redminer.pl

Blame
  • main.html 265 B
    {% extends "base.html" %}
    
    {% block outdated %}
    <strong>WARNING</strong> You're browsing the documentation for an old version of DBRepo. Consider upgrading your project
    to <a href="{{ config.site_url }}">
        <strong>the latest version</strong>.
    </a>
    {% endblock %}