Commit 6b39c994 authored by ibuler's avatar ibuler

Merge pull request #116 from jumpserver/bug_fix_guang

fix(bug) 修复首页点击头像404问题
parents 649783d2 3a71d7f1
......@@ -210,7 +210,7 @@
{% if login_10 %}
{% for login in login_10 %}
<div class="feed-element">
<a href="profile.html" class="pull-left">
<a href="#" class="pull-left">
<img alt="image" class="img-circle" src="/static/img/root.png">
</a>
<div class="media-body ">
......@@ -232,7 +232,7 @@
<div class="feed-activity-list">
{% for login in login_more_10 %}
<div class="feed-element">
<a href="profile.html" class="pull-left">
<a href="#" class="pull-left">
<img alt="image" class="img-circle" src="/static/img/root.png">
</a>
<div class="media-body ">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment