Sha256: 7f77b321a4385768f9c0ddc7f2da8959701ce8970a0fb3d699f92c92cb6a66ed
Contents?: true
Size: 364 Bytes
Versions: 19
Compression:
Stored size: 364 Bytes
Contents
<h1>AdvancedExample#index</h1> <% if @username %> <p>Hello, <%= @username %>! You are authenticated.</p> <% else %> <p>You are not yet authenticated. <%= link_to("Login", @login_url) %> <% end %> <p>» <%= link_to("Go To My Account", :action => 'my_account') %></p> <% if @username %> <p>[ <%= link_to("Logout", :action => 'logout') %> ]</p> <% end %>
Version data entries
19 entries across 19 versions & 2 rubygems