Sha256: 9ed55a8b7766d68929578ed554fd576cfdec1f5ed03f9787eb113fc5795576d2

Contents?: true

Size: 795 Bytes

Versions: 3

Compression:

Stored size: 795 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

3 entries across 3 versions & 1 rubygems

Version Path
link2-0.1.10 test/integration/rails_app/app/views/home/index.html.erb
link2-0.1.9 test/integration/rails_app/app/views/home/index.html.erb
link2-0.1.8 test/integration/rails_app/app/views/home/index.html.erb