Sha256: a1065cc44803544cf7b0d92b932bab9c60b8bc6040aa57cce77ae70babc58118

Contents?: true

Size: 283 Bytes

Versions: 3

Compression:

Stored size: 283 Bytes

Contents

<%= render Views::Blog.new do |v| %>

  hidden

  <% v.with_post do %><%= link_to "First Post", "/posts/1" %><% end %>

  content

  <% v.with_header do %><%= link_to "My blog", "/" %><% end %>

  here

  <% v.with_post do %><%= link_to "Last Post", "/posts/2" %><% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phlex-rails-0.4.2 fixtures/dummy/app/views/articles/blog.html.erb
phlex-rails-0.4.1 fixtures/dummy/app/views/articles/blog.html.erb
phlex-rails-0.4.0 fixtures/dummy/app/views/articles/blog.html.erb