commit | 66425c6e7fc161e54097b5d7aa91e3fdac6f7076 | [log] [tgz] |
---|---|---|
author | Prateeksha Singh <pratu16x7@gmail.com> | Wed May 30 17:26:03 2018 +0530 |
committer | Prateeksha Singh <pratu16x7@gmail.com> | Wed May 30 17:26:03 2018 +0530 |
tree | 666342396cdf9086114685d4eb18cf773c45a9f2 | |
parent | 6ac9c0f71e0af837c9aa7efffbba2c63771b9d4d [diff] [blame] |
[fix] help page issue listing
diff --git a/erpnext/templates/pages/help.html b/erpnext/templates/pages/help.html index f7568d5..a49268a 100644 --- a/erpnext/templates/pages/help.html +++ b/erpnext/templates/pages/help.html
@@ -55,7 +55,7 @@ <p><a href="/issues">{{ _("See all open tickets") }}</a></p> </div> -<a href="/issues?new=1" class="btn btn-primary btn-new btn-sm"> +<a href="/issues?new=1" class="btn btn-default btn-new btn-sm"> {{ _("Open a new ticket") }} </a>