mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-23 00:28:30 +00:00
[minor] [fix] #218 add default home icon in website if brand not set so it appears okay for small layouts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="navbar">
|
||||
{%- if brand_html %}<a class="navbar-brand" href="index">{{ brand_html }}</a>{% endif -%}
|
||||
<a class="navbar-brand" href="index">{{ brand_html or "<i class='icon-home'></i>"}}</a>
|
||||
<div class="container">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse"
|
||||
data-target=".navbar-responsive-collapse">
|
||||
|
||||
Reference in New Issue
Block a user