Skip to content

Commit d500d5a

Browse files
committed
Merge pull request Apipie#246 from richardsondx/patch-1
Syntax Error fix in apipie_404.html.erb
2 parents bc1e5f3 + 5fbb12f commit d500d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/apipie/apipies/apipie_404.html.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<%= t('apipie.resource_not_found_html', :resource => "<code>#{params[:resource]}</code>") %>
66
<% else %>
77
<%= t('apipie.method_not_found_html', :resource => "<code>#{params[:resource]}</code>",
8-
:method => "<code>#{params[:resource]}</code>" %>
8+
:method => "<code>#{params[:resource]}</code>") %>
99
<% end %>
1010
</small>
1111
</h1>
1212

1313
<% if @doc %>
14-
<%= t('apipie.goto_homepage_html', :href = link_to(
14+
<%= t('apipie.goto_homepage_html', :href => link_to(
1515
t('apipie.goto_homepage_href', :app_name => @doc[:name]),
1616
File.join(@doc[:doc_url], @doc[:link_extension]))) %>
1717
<% end %>

0 commit comments

Comments
 (0)