Sha256: bd0407d5615712ce5b82b92910cd1c45633194f68ae2de5c482f022d0e3cf588
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Logi's example blog</title> <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet"> </head> <body> <h1>Posts listing</h1> <ul> <% @posts.each do |post| %> <li><a href="<%= post.link %>"><%= post.title %></a></li> <% end %> </ul> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logi-0.1.0 | example/layout/list.html.erb |