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
3a71d7f1
Commit
3a71d7f1
authored
Mar 06, 2016
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(bug) 修复首页点击头像404问题
处理结果,直接干掉连接
parent
c0bacb7c
Show 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 @
3a71d7f1
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
{% if login_10 %}
{% if login_10 %}
{% for login in login_10 %}
{% for login in login_10 %}
<div
class=
"feed-element"
>
<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"
>
<img
alt=
"image"
class=
"img-circle"
src=
"/static/img/root.png"
>
</a>
</a>
<div
class=
"media-body "
>
<div
class=
"media-body "
>
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
<div
class=
"feed-activity-list"
>
<div
class=
"feed-activity-list"
>
{% for login in login_more_10 %}
{% for login in login_more_10 %}
<div
class=
"feed-element"
>
<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"
>
<img
alt=
"image"
class=
"img-circle"
src=
"/static/img/root.png"
>
</a>
</a>
<div
class=
"media-body "
>
<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