Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TedImg - img.tedomum.net
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TeDomum
TedImg - img.tedomum.net
Commits
00566d84
Commit
00566d84
authored
Dec 06, 2015
by
kaiyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix source and help links
parent
881fafe4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
tedimg/__init__.py
tedimg/__init__.py
+2
-0
tedimg/templates/base.html
tedimg/templates/base.html
+2
-2
No files found.
tedimg/__init__.py
View file @
00566d84
...
...
@@ -3,6 +3,8 @@ app = Flask(__name__)
app
.
config
.
update
(
SITE_NAME
=
"TedImg"
,
SOURCE_URL
=
"https://git.tedomum.net/kaiyou/tedimg"
,
HELP_URL
=
"https://git.tedomum.net/kaiyou/tedimg"
,
FULL_STORAGE
=
"/tmp/images"
,
THUMB_STORAGE
=
"/tmp/images/thumb"
,
FULL_WEB
=
"image"
,
...
...
tedimg/templates/base.html
View file @
00566d84
...
...
@@ -12,8 +12,8 @@
<nav
class=
"blue"
role=
"navigation"
>
<div
class=
"nav-wrapper container"
><a
href=
"/"
class=
"brand-logo"
>
{{ config["SITE_NAME"] }}
</a>
<ul
class=
"right"
>
<li><a
href=
"
#
"
>
Source code
</a></li>
<li><a
href=
"
#
"
>
Help
</a></li>
<li><a
href=
"
{{ config["
SOURCE_URL
"]
}}
"
>
Source code
</a></li>
<li><a
href=
"
{{ config["
HELP_URL
"]
}}
"
>
Help
</a></li>
</ul>
</div>
</nav>
...
...
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