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