summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-11 16:59:15 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-11 16:59:15 +0100
commit0ba495685589e99e1100af6d7af9d69ee4f40b78 (patch)
tree2f3029626d69f7b5802bb3ca920b9100cb09b2ec
parentee80c0eb8b5e10fab0a41ee123b4f6f0ed689c4c (diff)
Removed icons.
-rw-r--r--app/views/layouts/_navbar.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/layouts/_navbar.html.haml b/app/views/layouts/_navbar.html.haml
index 335dd3d..7084090 100644
--- a/app/views/layouts/_navbar.html.haml
+++ b/app/views/layouts/_navbar.html.haml
@@ -21,11 +21,9 @@
- if current_user && current_user.sip_accounts.any?
%li
%a{:href => sip_account_call_histories_path(current_user.sip_accounts.first)}
- %i.icon-list-alt.icon-white
=t("call_histories.index.page_title")
%li
%a{:href => sip_account_voicemail_messages_path(current_user.sip_accounts.first)}
- %i.icon-volume-up.icon-white
=t("voicemail_messages.index.page_title")
- if current_user