Skip to content
Snippets Groups Projects
Commit e1d2fbff authored by Matheus Agio Nerone's avatar Matheus Agio Nerone
Browse files

fix icons

parent 396aa71b
No related branches found
No related tags found
No related merge requests found
......@@ -73,14 +73,20 @@
</a>
</div>
<div class="col-md-3 action">
<a tabindex="0" class="btn btn-default btn-xs add_to_collection" role="button" data-toggle="popover" data-placement="left" title="Adicionar as coleções" data-loid="<%= @learning_object.id %>" data-poload="/learning_objects/<%= ERB::Util.url_encode(@learning_object.id) %>/collections.json">
<a tabindex="0" class="add_to_collection" role="button" data-toggle="popover" data-placement="left" title="Adicionar as coleções" data-loid="<%= @learning_object.id %>" data-poload="/learning_objects/<%= ERB::Util.url_encode(@learning_object.id) %>/collections.json">
<%= image_tag "icons/collection-add.png", alt: "Adicionar à coleção" %>
<h6>adicionar à coleção</h6>
</a>
</div>
<div class="col-md-3 action">
<%= render "complaints/complaints_button" %>
<h6>denunciar objeto</h6>
<button type="button" class="btn btn-default btn-xs add_to_complaint " data-toggle="button" data-trigger="click" aria-pressed="false" autocomplete="off" title="Denunciar Objeto" border-style: "none" style='background-color: transparent !important; border: 0' >
<%= image_tag "icons/report-circle.png", alt: "Denunciar objeto" %>
<h6 style="color: #F05A28">denunciar objeto</h6>
</button>
<div id="complaints_list_popover" class="popover">
<%= render 'complaints/form' %>
</div>
</div>
</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