projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe174cb
)
crmCaseType: fix New Case Type link visiblity in obscure circumstances
author
Mathieu Lutfy
<mathieu@symbiotic.coop>
Thu, 6 Jul 2023 15:03:44 +0000
(11:03 -0400)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Thu, 6 Jul 2023 15:03:44 +0000
(11:03 -0400)
ang/crmCaseType/list.html
patch
|
blob
|
blame
|
history
diff --git
a/ang/crmCaseType/list.html
b/ang/crmCaseType/list.html
index c9ebc7e60d0ce66d9b01b582435028ddabdfac19..847c4bcc8e3451028fa848603e3b2013fc5c1fff 100644
(file)
--- a/
ang/crmCaseType/list.html
+++ b/
ang/crmCaseType/list.html
@@
-74,6
+74,6
@@
Required vars: caseTypes
</table>
<div class="crm-submit-buttons">
- <a
ng-
href="#/caseType/new" class="button"><span><i class="crm-i fa-plus-circle" aria-hidden="true"></i> {{:: ts('New Case Type') }}</span></a>
+ <a href="#/caseType/new" class="button"><span><i class="crm-i fa-plus-circle" aria-hidden="true"></i> {{:: ts('New Case Type') }}</span></a>
</div>
</div>