Skip to content

Commit

Permalink
Merge pull request #239 from kay0u/patch-1
Browse files Browse the repository at this point in the history
[FIX] app actions
  • Loading branch information
alexAubin committed May 10, 2019
2 parents 9ac324b + 9ab4fda commit 426c488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/app/app_actions.ms
@@ -1,8 +1,8 @@
<div class="btn-breadcrumb">
<a href="#/" ><i class="fa-home"></i><span class="sr-only">{{t 'home'}}</span></a>
<a href="#/apps">{{t 'applications'}}</a>
<a href="#/apps/{{app_id}}">{{app_name}}</a>
<a href="#/apps/{{app_id}}/actions">{{t 'app_actions'}}</a>
<a href="#/apps/{{app}}">{{app_name}}</a>
<a href="#/apps/{{app}}/actions">{{t 'app_actions'}}</a>
</div>

<div class="separator"></div>
Expand All @@ -11,7 +11,7 @@

{{#if actions}}
{{#actions}}
<form action="#/apps/{{../app_id}}/actions/{{id}}" method="PUT" class="form-horizontal form-app-install">
<form action="#/apps/{{../app}}/actions/{{id}}" method="PUT" class="form-horizontal form-app-install">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">{{name}}</h2>
Expand Down

0 comments on commit 426c488

Please sign in to comment.