Change the 'Sign In' link to be https. Add a 'Report a bug' link in the lefthand column, below the version indication. Tweak the alignment of version and bug report links.
- Legacy-Id: 3509
This commit is contained in:
parent
4742defe92
commit
fbbd111395
|
@ -63,7 +63,7 @@ IETF.user_groups = { {% for group in user.groups.all %}"{{group}}":true{% if not
|
|||
<div id="ietf-login" class="noprint">{% if user.is_authenticated %}
|
||||
{{ user }}
|
||||
{% else %}
|
||||
<a href="/accounts/login/?next={{request.get_full_path|urlencode}}" rel="nofollow">Sign In</a>
|
||||
<a href="https://datatracker.ietf.org/accounts/login/?next={{request.get_full_path|urlencode}}" rel="nofollow">Sign In</a>
|
||||
{% endif %}</div>
|
||||
|
||||
<table style="margin-left:8px;margin-top:8px;" width="98%;">
|
||||
|
@ -72,8 +72,10 @@ IETF.user_groups = { {% for group in user.groups.all %}"{{group}}":true{% if not
|
|||
<div class="ietf-navbar">
|
||||
{% include "base_leftmenu.html" %}
|
||||
</div>
|
||||
<div style="padding-left: 12px;padding-top:4px;font-size:69%;">
|
||||
<div style="width: 100%; text-align: center; padding-top:4px;font-size:69%;">
|
||||
Version {{ version_num }}, {{revision_date}}
|
||||
<br/>
|
||||
<a href="http://tools.ietf.org/tools/ietfdb/newticket">Report a bug</a>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in a new issue