diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-10 17:02:55 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-10 17:02:55 +0100 |
commit | 0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9 (patch) | |
tree | 1bfba6455a431f153a9b2b7aa682e495085e9990 /view/tpl/profile_edit.tpl | |
parent | b1c97dfcfd80263f94733d0ec6c357eebc5a57da (diff) | |
download | volse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.tar.gz volse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.tar.bz2 volse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.zip |
fixing classes
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 9c16b734f..28510d0a1 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-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> - <i class="fa fa-caret-down"></i> {{$tools_label}} + <i class="fa fa-cog"></i> {{$tools_label}} </button> <ul class="dropdown-menu"> <li class="nav-item"> |