add AsciiDoc markup to status images dialog
This commit is contained in:
parent
808ab28a4e
commit
454c1c3e9a
|
@ -58,6 +58,10 @@
|
|||
<label>{{t repositories.rdoc}}:</label>
|
||||
<input type="text" class="rdoc" {{bindAttr value="view.rdocStatusImage"}}></input>
|
||||
</p>
|
||||
<p>
|
||||
<label>{{t repositories.asciidoc}}:</label>
|
||||
<input type="text" class="asciidoc" {{bindAttr value="view.asciidocStatusImage"}}></input>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="regenerate-key" class="popup">
|
||||
|
|
|
@ -191,3 +191,6 @@
|
|||
"{<img src=\"#{@get('urlStatusImage')}\" alt=\"Build Status\" />}[#{@get('urlRepo')}]"
|
||||
).property('urlStatusImage')
|
||||
|
||||
asciidocStatusImage: (->
|
||||
"image:#{@get('urlStatusImage')}[\"Build Status\", link=\"#{@get('urlRepo')}\"]"
|
||||
).property('urlStatusImage')
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -44,7 +44,7 @@
|
|||
#status-images
|
||||
display: none
|
||||
width: 600px
|
||||
height: 190px
|
||||
height: 230px
|
||||
margin: -95px 0 0 -300px
|
||||
|
||||
p
|
||||
|
|
|
@ -136,6 +136,7 @@ en:
|
|||
pull_requests: Pull Requests
|
||||
test:
|
||||
textile: Textile
|
||||
asciidoc: AsciiDoc
|
||||
repository:
|
||||
duration: Duration
|
||||
statistics:
|
||||
|
|
|
@ -136,6 +136,7 @@ es:
|
|||
pull_requests:
|
||||
test:
|
||||
textile: Textile
|
||||
asciidoc: AsciiDoc
|
||||
repository:
|
||||
duration: Duración
|
||||
statistics:
|
||||
|
|
|
@ -138,6 +138,7 @@ fr:
|
|||
pull_requests:
|
||||
test:
|
||||
textile: Textile
|
||||
asciidoc: AsciiDoc
|
||||
repository:
|
||||
duration: Durée
|
||||
statistics:
|
||||
|
|
|
@ -130,6 +130,7 @@ ja:
|
|||
pull_requests: プルリクエスト
|
||||
test:
|
||||
textile: .textile
|
||||
asciidoc: .asciidoc
|
||||
repository:
|
||||
duration: 時間
|
||||
statistics:
|
||||
|
|
|
@ -136,6 +136,7 @@ nb:
|
|||
pull_requests:
|
||||
test:
|
||||
textile: Textile
|
||||
asciidoc: AsciiDoc
|
||||
repository:
|
||||
duration: Varighet
|
||||
statistics:
|
||||
|
|
|
@ -138,6 +138,7 @@ nl:
|
|||
pull_requests:
|
||||
test:
|
||||
textile: Textile
|
||||
asciidoc: AsciiDoc
|
||||
repository:
|
||||
duration: Duur
|
||||
statistics:
|
||||
|
|
|
@ -136,6 +136,7 @@ pl:
|
|||
pull_requests:
|
||||
test:
|
||||
textile: Textile
|
||||
asciidoc: AsciiDoc
|
||||
repository:
|
||||
duration:
|
||||
statistics:
|
||||
|
|
|
@ -136,6 +136,7 @@ pt-BR:
|
|||
pull_requests:
|
||||
test:
|
||||
textile: Textile
|
||||
asciidoc: AsciiDoc
|
||||
repository:
|
||||
duration: Duração
|
||||
statistics:
|
||||
|
|
|
@ -144,6 +144,7 @@ ru:
|
|||
pull_requests: Запросы на Pull
|
||||
test:
|
||||
textile: Textile
|
||||
asciidoc: AsciiDoc
|
||||
repository:
|
||||
duration: Длительность
|
||||
statistics:
|
||||
|
|
Loading…
Reference in New Issue
Block a user