Files
AmbienteJa/app/views/page/informativo.haml
2019-11-26 00:30:53 +02:00

16 lines
426 B
Plaintext

// :javascript
// $(document).ready(function(){
// $("a").each(function(a){
// a.href = a.href.replace("http://localhost:3000/informativo/%22", "").replace("\"", "");
// })
// });
#todo
%h2= @informativo.titulo.html_safe
.tags= @informativo.tags
.date= @informativo.data_inc
-# %p= "Por #{@informativo.operador_inc}"
!= @informativo.Descricao.gsub(""", "\"")
-# %hr
-# != ap @informativo