summaryrefslogtreecommitdiff
path: root/app/views/common/_action_buttons.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/common/_action_buttons.html.haml')
-rw-r--r--app/views/common/_action_buttons.html.haml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/views/common/_action_buttons.html.haml b/app/views/common/_action_buttons.html.haml
deleted file mode 100644
index eb663c0..0000000
--- a/app/views/common/_action_buttons.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
-.home-buttons
- .row.second
- .login.col-md-4
- %span.link= btn icon('ok-sign') + t(:login), login_path
- %span.info= t(:login_info, default: "")
- - if APP_CONFIG[:allow_registration]
- .signup.col-md-4
- %span.link= btn icon('user') + t(:signup), signup_path
- %span.info= t(:signup_info, default: "")
- - else
- .signup.col-md-4
- .help.col-md-4
- %span.link= btn icon('question-sign') + t(:get_help), new_ticket_path
- %span.info= t(:support_info, default: "")