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