summaryrefslogtreecommitdiff
path: root/app/views/spree/admin/taxjar_settings/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/spree/admin/taxjar_settings/show.html.erb')
-rw-r--r--app/views/spree/admin/taxjar_settings/show.html.erb12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/spree/admin/taxjar_settings/show.html.erb b/app/views/spree/admin/taxjar_settings/show.html.erb
new file mode 100644
index 0000000..c66e646
--- /dev/null
+++ b/app/views/spree/admin/taxjar_settings/show.html.erb
@@ -0,0 +1,12 @@
+<%= render 'spree/admin/shared/taxes_tabs' %>
+
+<% content_for :page_title do %>
+ <%= "Taxjar Settings" %>
+<% end %>
+
+<% if ENV["TAXJAR_API_KEY"] %>
+ <table>
+ </table>
+<% else %>
+ <p>You must provide a TaxJar API token to configure the extension. Please see the extension readme for details.</p>
+<% end %>