MitinPavel/current_user

View on GitHub
app/views/layouts/current_user/application.html.erb

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
  <title>Sign in</title>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>