Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
eef090
update to newest version of fedora-bootstrap
32 files
Authored by Ryan Lerch
6 years ago
, Committed by Pierre-Yves Chibon
6 years ago
,
raw
patch
tree
parent
32 files changed.
546 lines added
.
598 lines removed
.
pagure/default_config.py
file modified
+2
-2
pagure/static/pagure.css
file modified
+0
-48
pagure/templates/_browseheader.html
file modified
+3
-3
pagure/templates/_formhelper.html
file modified
+9
-9
pagure/templates/_render_repo.html
file modified
+14
-14
pagure/templates/commits.html
file modified
+12
-12
pagure/templates/file.html
file modified
+9
-9
pagure/templates/index.html
file modified
+1
-1
pagure/templates/index_auth.html
file modified
+19
-19
pagure/templates/issue.html
file modified
+111
-117
pagure/templates/issues.html
file modified
+28
-28
pagure/templates/master.html
file modified
+64
-70
pagure/templates/new_issue.html
file modified
+9
-7
pagure/templates/new_project.html
file modified
+5
-5
pagure/templates/pull_request.html
file modified
+2
-2
pagure/templates/releases.html
file modified
+1
-1
pagure/templates/repo_info.html
file modified
+10
-8
pagure/templates/repo_master.html
file modified
+33
-29
pagure/templates/requests.html
file modified
+7
-7
pagure/templates/settings.html
file modified
+64
-64
pagure/templates/user_info.html
file modified
+1
-1
pagure/templates/user_list.html
file modified
+1
-1
tests/test_pagure_flask_api_ui_private_repo.py
file modified
+20
-20
tests/test_pagure_flask_ui_app.py
file modified
+13
-13
tests/test_pagure_flask_ui_app_index.py
file modified
+32
-32
tests/test_pagure_flask_ui_fork.py
file modified
+3
-3
tests/test_pagure_flask_ui_issues.py
file modified
+8
-8
tests/test_pagure_flask_ui_issues_acl_checks.py
file modified
+8
-8
tests/test_pagure_flask_ui_issues_templates.py
file modified
+1
-1
tests/test_pagure_flask_ui_no_master_branch.py
file modified
+3
-3
tests/test_pagure_flask_ui_repo.py
file modified
+52
-52
tests/test_pagure_flask_ui_repo_view_file.py
file modified
+1
-1
update to newest version of fedora-bootstrap
pagure/default_config.py
file modified
+2
-2
pagure/static/pagure.css
file modified
+0
-48
pagure/templates/_browseheader.html
file modified
+3
-3
pagure/templates/_formhelper.html
file modified
+9
-9
pagure/templates/_render_repo.html
file modified
+14
-14
pagure/templates/commits.html
file modified
+12
-12
pagure/templates/file.html
file modified
+9
-9
pagure/templates/index.html
file modified
+1
-1
pagure/templates/index_auth.html
file modified
+19
-19
pagure/templates/issue.html
file modified
+111
-117
pagure/templates/issues.html
file modified
+28
-28
pagure/templates/master.html
file modified
+64
-70
pagure/templates/new_issue.html
file modified
+9
-7
pagure/templates/new_project.html
file modified
+5
-5
pagure/templates/pull_request.html
file modified
+2
-2
pagure/templates/releases.html
file modified
+1
-1
pagure/templates/repo_info.html
file modified
+10
-8
pagure/templates/repo_master.html
file modified
+33
-29
pagure/templates/requests.html
file modified
+7
-7
pagure/templates/settings.html
file modified
+64
-64
pagure/templates/user_info.html
file modified
+1
-1
pagure/templates/user_list.html
file modified
+1
-1
tests/test_pagure_flask_api_ui_private_repo.py
file modified
+20
-20
tests/test_pagure_flask_ui_app.py
file modified
+13
-13
tests/test_pagure_flask_ui_app_index.py
file modified
+32
-32
tests/test_pagure_flask_ui_fork.py
file modified
+3
-3
tests/test_pagure_flask_ui_issues.py
file modified
+8
-8
tests/test_pagure_flask_ui_issues_acl_checks.py
file modified
+8
-8
tests/test_pagure_flask_ui_issues_templates.py
file modified
+1
-1
tests/test_pagure_flask_ui_no_master_branch.py
file modified
+3
-3
tests/test_pagure_flask_ui_repo.py
file modified
+52
-52
tests/test_pagure_flask_ui_repo_view_file.py
file modified
+1
-1