diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-25 10:00:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-25 10:00:50 +0200 |
commit | a9d926886e6f8ed389031791799ffd352b8cb651 (patch) | |
tree | e610fd26b3b4805749584177b7b751b85fcde7fa /view/tpl/profile_edit.tpl | |
parent | 6291c08e01edda16a9dbb1f58e91a829538fc25e (diff) | |
download | volse-hubzilla-a9d926886e6f8ed389031791799ffd352b8cb651.tar.gz volse-hubzilla-a9d926886e6f8ed389031791799ffd352b8cb651.tar.bz2 volse-hubzilla-a9d926886e6f8ed389031791799ffd352b8cb651.zip |
make it more obvious what is behind the dropdowns
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rwxr-xr-x | view/tpl/profile_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index a02323e45..4908646b9 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -2,7 +2,7 @@ <div class="section-title-wrapper"> <div class="dropdown pull-right" id="profile-edit-links"> <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> - <i class="icon-caret-down"></i> + <i class="icon-caret-down"></i> {{$tools_label}} </button> <ul class="dropdown-menu"> <li class="nav-item"> |