Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
6b39c994
Commit
6b39c994
authored
Mar 06, 2016
by
ibuler
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #116 from jumpserver/bug_fix_guang
fix(bug) 修复首页点击头像404问题
parents
649783d2
3a71d7f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.html
templates/index.html
+2
-2
No files found.
templates/index.html
View file @
6b39c994
...
...
@@ -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 "
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment