Sha256: 2c5f68abd9b34e3dd3d713e748880b446abe2b8ce6137238d717ec9c4b8bb5b6
Contents?: true
Size: 805 Bytes
Versions: 1
Compression:
Stored size: 805 Bytes
Contents
<h1><%= "Link2 + Rails = ♥" %></h1> <%= link "WIN" %> <%= link2 "WIN x 2" %> <%= button "WIN x 3" %> <%= button2 "WIN x 4" %> <%= link "http://rubygems.org" %> <%= link "Ruby + Gems = ♥", "http://rubygems.org" %> <%= link :home, "/about" %> <%= link :home %> <%= link :back %> <%= link @blue_pony %> <%= link [@blue_pony, @pink_pony] %> <%= link "Home", :home %> <%= link "Back", :back %> <%= link :new, Pony %> <%= link :new, :pony %> <%= link :new, Pony %> <%= link :new, Pony.new %> <%= link :edit, @blue_pony %> <% # TODO: link :edit, [Pony.create, Pony.create] %> <%= link :shut_up, @blue_pony %> <%= link "New Pony!", :new, Pony, {:color => 'white'}, :class => 'smaller' %> <%= link(:new, Pony) { 'Purple Pony!' } %> <% link :new, Pony do %> Magenta! <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
link2-0.1.11 | test/integration/rails_app/app/views/home/index.html.erb |