application edit bug fixes
This commit is contained in:
parent
3ec4ecf076
commit
fae9367ca0
@ -72,7 +72,7 @@
|
||||
{{status-toggle-button model=it}}
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq ajax.user.id it.owner)}}
|
||||
{{#if (or ajax.user.admin (eq ajax.user.id it.owner))}}
|
||||
{{#link-to 'customer-application.edit' it.id class='btn btn-xs btn-info' data-rel='tooltip' title='Edit'}}
|
||||
<i class="ace-icon fa fa-pencil bigger-120"></i>
|
||||
{{/link-to}}
|
||||
@ -95,7 +95,7 @@
|
||||
{{status-toggle-button model=it iconOnly=true}}
|
||||
</li>
|
||||
{{/if}}
|
||||
{{#if (eq ajax.user.id it.owner)}}
|
||||
{{#if (or ajax.user.admin (eq ajax.user.id it.owner))}}
|
||||
<li>
|
||||
{{#link-to 'customer-application.edit' it.id class='tooltip-info' data-rel='tooltip' title='Edit'}}
|
||||
<span class="blue">
|
||||
|
Loading…
x
Reference in New Issue
Block a user