Skip to content
Snippets Groups Projects
Commit b8c99648 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

fix link query string

parent 7afc446b
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<div id="results" class="panel"></div> <div id="results" class="panel"></div>
<div class="large-12 columns"> <div class="large-12 columns">
<%= link_to learning_object_path(@learning_object, preview_product: true) do %> <%= link_to learning_object_path(@learning_object, preview_object: true) do %>
<button type="submit" class="btn-submit btn btn-primary btn-outline-rounded blue"> <button type="submit" class="btn-submit btn btn-primary btn-outline-rounded blue">
Pré-visualizar <i style="margin-left:10px;" class="fa fa-eye"></i></button> Pré-visualizar <i style="margin-left:10px;" class="fa fa-eye"></i></button>
<% end %> <% end %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment