A corporation manager and dashboard for EVE Online
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

logout.html.erb 159 B

123456789
  1. <% provide(:title, 'Logout') %>
  2. <h1>Logout</h1>
  3. <p>Are you sure you want to log out now?</p>
  4. <%= form_tag do %>
  5. <%= submit_tag('Log out') %></td>
  6. <% end %>