app/views/comable/admin/user_sessions/new.slim in comable_backend-0.4.1 vs app/views/comable/admin/user_sessions/new.slim in comable_backend-0.4.2
- old
+ new
@@ -2,10 +2,10 @@
link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"
.comable-signin
.comable-signin-heading
h1.page-header
- | Comable
+ = Comable.app_name
small
| provides a simple way to add e-commerce features.
.comable-signin-body
= form_for resource, as: resource_name, url: session_path(resource_name) do |f|