4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
|
<%= form_tag(signout_path) do %>
|
||
|
<p><%= submit_tag l(:label_logout) %></p>
|
||
|
<% end %>
|