Skip to content
Snippets Groups Projects
Commit f34d0777 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

Merge branch 'fix-interface#2' into 'master'

fix button policy update



See merge request !194
parents f0faf78a 0f2bcb05
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<% if policy(@learning_object).update? %> <% if policy(@learning_object).update? %>
<div class="action"> <div class="action">
<a tabindex="1" class="btn btn-primary" role="button" title="Editar conteúdo" href="<%= edit_learning_object_path(@learning_object) %>"> <a tabindex="1" class="btn btn-primary share" role="button" title="Editar conteúdo" href="<%= edit_learning_object_path(@learning_object) %>">
<i class="fa fa-pencil"></i> <i class="fa fa-pencil"></i>
</a> </a>
</div> </div>
......
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