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
3b1f28da
Commit
3b1f28da
authored
Dec 06, 2015
by
kaiyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use thumb uris
parent
c4f9da83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tedimg/templates/show.html
tedimg/templates/show.html
+3
-3
No files found.
tedimg/templates/show.html
View file @
3b1f28da
...
...
@@ -16,15 +16,15 @@
<div
class=
"row"
>
<div
class=
"col s12 m4"
>
<h5
class=
"center"
>
HTML
</h5>
<pre>
<
a href="{{ image }}"
><
img src="{{
image
}}"
><
/a
>
</pre>
<pre>
<
a href="{{ image }}"
><
img src="{{
thumb
}}"
><
/a
>
</pre>
</div>
<div
class=
"col s12 m4"
>
<h5
class=
"center"
>
Markdown
</h5>
<pre>
[]({{ image }})
</pre>
<pre>
[]({{ image }})
</pre>
</div>
<div
class=
"col s12 m4"
>
<h5
class=
"center"
>
BBCode
</h5>
<pre>
[url={{ image }}][img]{{
image
}}[/img][/url]
</pre>
<pre>
[url={{ image }}][img]{{
thumb
}}[/img][/url]
</pre>
</div>
</div>
{% endblock %}
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