修改访问官网链接

pull/828/merge
q4speed 2018-01-03 15:07:46 +08:00
parent 25fa392dda
commit 9a2fbba956
4 changed files with 3 additions and 13 deletions

View File

@ -308,7 +308,7 @@ div.dataTables_wrapper div.dataTables_filter {
text-align: center;
}
.profile-element div:last-child {
.profile-element div:last-child a {
line-height: 60px;
width: 150px;
float: left;

View File

@ -67,9 +67,4 @@
{# <a href="">#}
{# <i class="fa fa-gears"></i> <span class="nav-label">{% trans 'Settings' %}</span><span class="label label-info pull-right"></span>#}
{# </a>#}
{#</li>#}
<li class="special_link">
<a href="http://www.jumpserver.org" target="_blank"><i class="fa fa-database"></i>
<span class="nav-label">{% trans 'Visit us' %}</span>
</a>
</li>
{#</li>#}

View File

@ -8,9 +8,4 @@
<a href="{% url 'users:user-profile' %}">
<i class="fa fa-user" ></i> <span class="nav-label">{% trans 'Profile' %}</span><span class="label label-info pull-right"></span>
</a>
</li>
<li class="special_link">
<a href="http://www.jumpserver.org" target="_blank"><i class="fa fa-database"></i>
<span class="nav-label">访问官网</span>
</a>
</li>

View File

@ -6,7 +6,7 @@
<img alt="image" height="40" src="/static/img/logo.png"/>
</div>
<div>
<span>Jumpserver</span>
<a href="http://www.jumpserver.org" target="_blank">Jumpserver</a>
</div>
</div>
<div class="clearfix"></div>