|
122 | 122 | <a href="https://www.rfc-editor.org/" class="p-3">RFC Editor</a> |
123 | 123 | <a href="https://www.iana.org/" class="p-3">IANA</a> |
124 | 124 | <a href="https://www.ietf.org/privacy-statement/" class="p-3">Privacy Statement</a> |
125 | | - <div class="small text-muted p-3"> |
| 125 | + <div class="small text-muted py-3"> |
126 | 126 | {% if version_num %} |
127 | | - <a href="/release/about">About</a> |
128 | | - <a href="https://github.com/ietf-tools/datatracker/">IETF Datatracker</a> |
129 | | - {% if server_mode and server_mode == "production" %} |
130 | | - <a href="https://github.com/ietf-tools/datatracker/releases/tag/{{version_num}}">Version {{ version_num }}{% if patch %}{{patch}}{% endif %}</a> |
131 | | - {% else %} |
| 127 | + <a class="mx-2" href="/release/about">About IETF Datatracker</a> |
| 128 | + <span class="mx-2"> |
| 129 | + {% if server_mode and server_mode == "production" %} |
| 130 | + <a href="https://github.com/ietf-tools/datatracker/releases/tag/{{version_num}}"> |
| 131 | + {% endif %} |
132 | 132 | Version {{ version_num }}{% if patch %}{{patch}}{% endif %} |
133 | | - {% endif %} |
134 | | - {% if branch %}({{ branch }} - {{ git_hash|slice:":7" }}){% endif %} |
| 133 | + {% if branch %}({{ branch }} - {{ git_hash|slice:":7" }}){% endif %} |
| 134 | + {% if server_mode and server_mode == "production" %} |
| 135 | + </a> |
| 136 | + {% endif %} |
| 137 | + </span> |
135 | 138 | {% endif %} |
136 | | - Report a bug: |
137 | | - <a href="https://github.com/ietf-tools/datatracker/issues/new/choose"> |
138 | | - GitHub |
| 139 | + <span class="mx-2 text-danger"> |
139 | 140 | <i class="bi bi-bug"></i> |
140 | | - </a> |
141 | | - {% if bugreport_email %} |
142 | | - <a href="mailto:{{ bugreport_email }}"> |
143 | | - Email |
144 | | - <i class="bi bi-envelope"></i> |
145 | | - </a> |
| 141 | + Report a bug: |
| 142 | + <a class="text-reset" href="https://github.com/ietf-tools/datatracker/issues/new/choose">GitHub</a> |
| 143 | + {% if bugreport_email %} |
| 144 | + <a class="text-reset" href="mailto:{{ bugreport_email }}">Email</a> |
| 145 | + {% endif %} |
| 146 | + </span> |
| 147 | + {% if server_mode and server_mode != "production" %} |
| 148 | + <br> |
| 149 | + {% if python_version %}Python {{ python_version }}{% endif %} |
| 150 | + {% if django_version %}Django {{ django_version }}{% endif %} |
| 151 | + <br> |
| 152 | + {% include "debug.html" %} |
146 | 153 | {% endif %} |
147 | | - <br> |
148 | | - {% if python_version %}Python {{ python_version }}{% endif %} |
149 | | - {% if django_version %}Django {{ django_version }}{% endif %} |
150 | | - <br> |
151 | | - {% include "debug.html" %} |
152 | 154 | </div> |
153 | 155 | </footer> |
154 | 156 | {% endblock %} |
|
0 commit comments