mirror of
https://github.com/harness/drone.git
synced 2025-05-17 01:20:13 +08:00
Merge pull request #9 from yosssi/fix-badge-markdown
Fixed the badge markdown's wrong path.
This commit is contained in:
commit
5c306e15f7
@ -34,7 +34,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<img class="pull-right" src="{{.Host}}/{{.Repo.Slug}}/status.png?branch=master">
|
<img class="pull-right" src="{{.Host}}/{{.Repo.Slug}}/status.png?branch=master">
|
||||||
<label>Badge, Markdown format</label>
|
<label>Badge, Markdown format</label>
|
||||||
<textarea class="form-control" rows="3">[]({{.Host}}/{{.Repo.Name}}/tree/master)</textarea>
|
<textarea class="form-control" rows="3">[]({{.Host}}/{{.Repo.Slug}}/tree/master)</textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Badge, HTML format</label>
|
<label>Badge, HTML format</label>
|
||||||
@ -47,4 +47,4 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ define "script" }}
|
{{ define "script" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user