The Rails interpreter is sending me this message in the following line of code:
...
<li>
<%= form_tag("search", { method: "get", class: "navbar-form navbar-right", role: "search" }) do %>
<div class="inner-addon right-addon">
<i class="glyphicon glyphicon-search"></i>
<%= text_field_tag (:q, nil , { class: "form-control", height: "25", width: "25" } ) %>
</div>
<% end %>
<li>
...
There must be something wrong with the hash of form_tag or text_field_tag but I can not identify