This commit is contained in:
Polo
2019-11-26 00:30:53 +02:00
parent 5bf05b6b7f
commit 7f95679bae
15 changed files with 153 additions and 112 deletions

View File

@@ -1,3 +1,15 @@
!= @informativo.Descricao
%hr
!= ap @informativo
// :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