Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
272efb
Add user's project watch list in index page of the user
Authored and Committed by Vivek Anand
8 years ago
raw
patch
tree
parent
5 files changed.
138 lines added
.
1 lines removed
.
pagure/lib/__init__.py
file modified
+41
-0
pagure/templates/index_auth.html
file modified
+28
-0
pagure/ui/app.py
file modified
+5
-0
tests/test_pagure_flask_ui_app.py
file modified
+30
-1
tests/test_pagure_lib.py
file modified
+34
-0
Add user's project watch list in index page of the user
pagure/lib/__init__.py
file modified
+41
-0
pagure/templates/index_auth.html
file modified
+28
-0
pagure/ui/app.py
file modified
+5
-0
tests/test_pagure_flask_ui_app.py
file modified
+30
-1
tests/test_pagure_lib.py
file modified
+34
-0