16 lines
426 B
Plaintext
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
|