fix some links/action targets
This commit is contained in:
parent
5a49b51700
commit
1a9f88587d
|
@ -1,7 +1,7 @@
|
||||||
{{view.logSubscriber}}
|
{{view.logSubscriber}}
|
||||||
|
|
||||||
{{#if log.isLoaded}}
|
{{#if log.isLoaded}}
|
||||||
<pre id="log" class="ansi"><a href="#" id="tail" {{action toggleTailing}}>
|
<pre id="log" class="ansi"><a href="#" id="tail" {{action toggleTailing target="view"}}>
|
||||||
<span class="status"></span>
|
<span class="status"></span>
|
||||||
<label>Follow logs</label>
|
<label>Follow logs</label>
|
||||||
</a>{{{formatLog log.body}}}</pre>
|
</a>{{{formatLog log.body}}}</pre>
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
</p>
|
</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<a href='#' class="to-top" {{action toTop}}>To top</a>
|
<a href='#' class="to-top" {{action toTop target="view"}}>To top</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<div id="log" class="loading">
|
<div id="log" class="loading">
|
||||||
<span>Loading</span>
|
<span>Loading</span>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
optionLabelPath="content.name"
|
optionLabelPath="content.name"
|
||||||
optionValuePath="content.key"}}
|
optionValuePath="content.key"}}
|
||||||
|
|
||||||
<button name="commit" {{action saveLocale}}>
|
<button name="commit" {{action saveLocale target="view"}}>
|
||||||
{{t profiles.show.update_locale}}
|
{{t profiles.show.update_locale}}
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
{{#each job in queue}}
|
{{#each job in queue}}
|
||||||
{{#view Travis.QueueItemView jobBinding="job"}}
|
{{#view Travis.QueueItemView jobBinding="job"}}
|
||||||
<li>
|
<li>
|
||||||
<a {{bindAttr href="view.urlJob"}} {{action route}}>
|
<a {{action showJob job.repository job href=true}}>
|
||||||
<span class="slug">
|
<span class="slug">
|
||||||
{{job.repository.slug}}
|
{{job.repository.slug}}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{{view Travis.ReposListTabsView}}
|
{{view Travis.ReposListTabsView}}
|
||||||
|
|
||||||
<a {{action toggleInfo}} class="toggle-info"></a>
|
<a {{action toggleInfo target="view"}} class="toggle-info"></a>
|
||||||
|
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
{{#collection Travis.RepositoriesListView contentBinding="controller"}}
|
{{#collection Travis.RepositoriesListView contentBinding="controller"}}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div id="tools">
|
<div id="tools">
|
||||||
<a href="#" {{action toggle}}></a>
|
<a href="#" {{action toggle target="view"}}></a>
|
||||||
<div class="pane">
|
<div class="pane">
|
||||||
<p>
|
<p>
|
||||||
<label>{{t repositories.branch}}:</label>
|
<label>{{t repositories.branch}}:</label>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user