diff --git a/app/views/actions/_answer.haml b/app/views/actions/_answer.haml index 172ec7b9..4a0ecf40 100644 --- a/app/views/actions/_answer.haml +++ b/app/views/actions/_answer.haml @@ -19,4 +19,4 @@ - if current_user.has_role? :administrator %a.dropdown-item{ href: rails_admin_path_for_resource(answer), target: "_blank" } %i.fa.fa-fw.fa-gears - = t("voc.view_in_rails_admin") \ No newline at end of file + = t("voc.view_in_rails_admin") diff --git a/app/views/actions/_question.haml b/app/views/actions/_question.haml index d01396f8..f82a1613 100644 --- a/app/views/actions/_question.haml +++ b/app/views/actions/_question.haml @@ -21,4 +21,4 @@ - if current_user.admin? %a.dropdown-item{ href: rails_admin_path_for_resource(question), target: "_blank" } %i.fa.fa-fw.fa-gears - = t("voc.view_in_rails_admin") \ No newline at end of file + = t("voc.view_in_rails_admin") diff --git a/app/views/actions/_share.haml b/app/views/actions/_share.haml index 489c5488..463cea1b 100644 --- a/app/views/actions/_share.haml +++ b/app/views/actions/_share.haml @@ -6,4 +6,4 @@ %i.fa.fa-fw.fa-tumblr = t(".tumblr") %a.dropdown-item{ href: "#", name: "ab-share" } - = t(".other") \ No newline at end of file + = t(".other")