mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-16 22:36:02 +01:00
.
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -32,5 +32,5 @@ jobs:
|
|||||||
poetry install
|
poetry install
|
||||||
|
|
||||||
- name: Lint backend
|
- name: Lint backend
|
||||||
working-directory: frontend
|
working-directory: backend
|
||||||
run: flake8 .
|
run: poetry run flake8 .
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
p.mt-3 If you work in education, have already supported me on Ko-fi before, or your country isn't supported on GitHub Sponsors, just #[a(href='mailto:e@ajenti.org?subject=Help with Tabby Pro') let me know] and I'll hook you up.
|
p.mt-3 If you work in education, have already supported me on Ko-fi before, or your country isn't supported on GitHub Sponsors, just #[a(href='mailto:e@ajenti.org?subject=Help with Tabby Pro') let me know] and I'll hook you up.
|
||||||
|
|
||||||
.mb-3(*ngIf='!loginService.user.github_username')
|
.mb-3(*ngIf='!loginService.user?.github_username')
|
||||||
a.btn.btn-info(href='{{commonService.backendURL}}/api/1/auth/social/login/github')
|
a.btn.btn-info(href='{{commonService.backendURL}}/api/1/auth/social/login/github')
|
||||||
fa-icon([icon]='_githubIcon', [fixedWidth]='true')
|
fa-icon([icon]='_githubIcon', [fixedWidth]='true')
|
||||||
span Connect your GitHub account to link your sponsorship
|
span Connect your GitHub account to link your sponsorship
|
||||||
|
|||||||
Reference in New Issue
Block a user