_footer.html.haml revision c1424db8d903eef21c85c4ec37d03fb426295f39
%footer
%ul
- Settings.footer.each do |entry|
%li>
- if entry.href
= link_to entry.text, entry.href
- else
= entry.text