Skip to content

Commit

Permalink
[#6] Replace instance variables by local variables inside view
Browse files Browse the repository at this point in the history
Rebase from raw
  • Loading branch information
malparty committed Jun 30, 2021
1 parent c397bd3 commit 1f697b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/keywords/create.html.erb
@@ -1,4 +1,4 @@
<h1>Result for <%= @keyword %></h1>
<h1>Result for <%= keyword %></h1>
<div>
<%= @raw_response.body.html_safe %>
<%= raw_response.body.html_safe %>
</div>

0 comments on commit 1f697b5

Please sign in to comment.