diff --git a/app/views/shared/_global_actions.html.haml b/app/views/shared/_global_actions.html.haml index 29b2f1ef3..771033c8a 100644 --- a/app/views/shared/_global_actions.html.haml +++ b/app/views/shared/_global_actions.html.haml @@ -13,7 +13,7 @@ = t('buttons.save_seeds') .btn-group - = link_to t('buttons.write_blog_post'), new_post_path, class: 'btn btn-default' + = link_to t('posts.write_blog_post'), new_post_path, class: 'btn btn-default' - content_for(:attributions) do seed by Template from the Noun Project \ No newline at end of file