Merge pull request #1882 from netchampfaris/ui-fixes
[mobile ui] fixed frappe/erpnext#5287
This commit is contained in:
commit
3dc0708ebc
1 changed files with 4 additions and 1 deletions
|
|
@ -31,7 +31,10 @@
|
|||
<div class="btn-group actions-btn-group hide">
|
||||
<button type="button" class="btn btn-primary btn-sm dropdown-toggle"
|
||||
data-toggle="dropdown" aria-expanded="false">
|
||||
{%= __("Actions") %} <span class="caret"></span>
|
||||
<span class="hidden-xs">
|
||||
{%= __("Actions") %} <span class="caret"></span>
|
||||
</span>
|
||||
<span class="visible-xs octicon octicon-check"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue