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 28, 2021
1 parent 90876ae commit c8390a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/keywords/create.html.erb
Original file line number Diff line number Diff line change
@@ -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 c8390a6

Please sign in to comment.