Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678
  1. <% if signed_in? %>
  2. <form class="auth" method="POST" action="/logout">
  3. <p class="auth__copy">
  4. Logged in as <span class="auth__username"><%= current_user %></span>
  5. </p>
  6. <input type="submit" class="auth__logout btn btn--small" value="Logout">
  7. </form>
  8. <% end %>