Sha256: 490723f143c76c929e0b0b375efc4ad9bb24363b74766b3228ce7cf4bdfc8309
Contents?: true
Size: 503 Bytes
Versions: 23
Compression:
Stored size: 503 Bytes
Contents
= link_to image_tag('albums/photos.png'), resource_url([resource, :photos]), class: 'btn', title:'Adicionar fotos' = link_to image_tag('admix/zoom.png'), resource_url(resource), class: 'btn', title:'Visualizar registro' = link_to image_tag('admix/page_edit.png'), edit_resource_url(resource), class: 'btn', title:'Editar registro' = link_to image_tag('admix/cancel.png'), resource_url(resource), method: :delete, data: { confirm: t('admix.crud.destroy_confirm') }, class: 'btn', title:'Deletar registro'
Version data entries
23 entries across 23 versions & 2 rubygems