summaryrefslogtreecommitdiff
path: root/app/views/shared/_create_link.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_create_link.html.haml')
-rw-r--r--app/views/shared/_create_link.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/shared/_create_link.html.haml b/app/views/shared/_create_link.html.haml
index b1eef1f..53e9dbc 100644
--- a/app/views/shared/_create_link.html.haml
+++ b/app/views/shared/_create_link.html.haml
@@ -8,8 +8,7 @@
- else
%a.btn.btn-small.btn-default{:href => method( :"new_#{parent.class.name.underscore}_#{child_class.name.underscore}_path" ).(parent) }
%i.icon-plus
- / =t("#{child_class.name.underscore.pluralize}.index.actions.create_for", :resource => parent.to_s)
- =t("#{child_class.name.underscore.pluralize}.index.actions.create")
+ =t("#{child_class.name.underscore.pluralize}.index.actions.create")
- elsif !(defined? child_class).nil?
- if can? :create, child_class