mirror of
https://github.com/ceph/ceph
synced 2024-12-20 02:13:04 +00:00
066981dedb
This simplifies things for users who are not able to add cards to https://github.com/ceph/ceph/projects/4 due to insufficient permissions. Signed-off-by: Neha Ojha <nojha@redhat.com>
22 lines
818 B
HTML
22 lines
818 B
HTML
{% extends "!page.html" %}
|
|
{% block body %}
|
|
|
|
<div id="dev-warning" class="admonition note" style="display:none;">
|
|
<p class="first admonition-title">Notice</p>
|
|
<p class="last">This document is for a development version of Ceph.</p>
|
|
</div>
|
|
|
|
<div id="eol-warning" class="admonition warning" style="display:none;">
|
|
<p class="first admonition-title">Warning</p>
|
|
<p class="last">This document is for an unsupported version of Ceph.</p>
|
|
</div>
|
|
|
|
{%- if edit_on_github_url %}
|
|
<div id="docubetter" align="right" style="display:none; padding: 15px; font-weight: bold;">
|
|
<a id="edit-on-github" href="{{ edit_on_github_url }}" rel="nofollow">{{ _('Edit on GitHub')}}</a> | <a href="https://pad.ceph.com/p/Report_Documentation_Bugs">Report a Documentation Bug</a>
|
|
</div>
|
|
{%- endif %}
|
|
|
|
{{ super() }}
|
|
{% endblock %}
|