informativo basico
This commit is contained in:
5
app/views/page/home.haml
Normal file
5
app/views/page/home.haml
Normal file
@@ -0,0 +1,5 @@
|
||||
%h3= "#{@informativos.count} informativos"
|
||||
- @informativos.each do |i|
|
||||
%p= link_to "#{i.data_inc} > #{i.titulo}", "/informativo/#{i.id}"
|
||||
|
||||
= will_paginate @informativos
|
||||
Reference in New Issue
Block a user