From 852945bf38667e42f56b459c2605e948bda0629c Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Mon, 28 Sep 2015 16:13:20 -0300 Subject: [PATCH] api-playground: build link through hash route --- app/views/api/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/api/index.html.erb b/app/views/api/index.html.erb index 3e2e27d..a690c64 100644 --- a/app/views/api/index.html.erb +++ b/app/views/api/index.html.erb @@ -1,7 +1,7 @@

EndPoints

-<%= s_('api-playground|Try the %s') % link_to('API Playground', '/api/playground') %> + <%= s_('api-playground|Try the %s') % link_to('API Playground', {:controller => 'api', :action => 'playground'}) %>
<%= endpoints.map do |endpoint| -- libgit2 0.21.2