summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2017-03-15 21:29:03 -0600
committermo khan <mo@mokhan.ca>2017-03-15 21:29:03 -0600
commit5bef4d5d0ecc36c734bcf8f09e9bc5cf1f8c6a00 (patch)
treed65237bcd9ba4d82bc21caeb886cea373656c67c /app
parentfa86ae05feadfb791d52eb951f8224b8c56a3392 (diff)
enable vue on login page.
Diffstat (limited to 'app')
-rw-r--r--app/views/programs/texas_method.html.erb2
-rw-r--r--app/views/sessions/new.html.erb2
2 files changed, 1 insertions, 3 deletions
diff --git a/app/views/programs/texas_method.html.erb b/app/views/programs/texas_method.html.erb
index 3751ecb..69c1024 100644
--- a/app/views/programs/texas_method.html.erb
+++ b/app/views/programs/texas_method.html.erb
@@ -137,5 +137,3 @@
</volume-day>
</div>
</div>
-
-<div class="container" data-autovue="timer"></div>
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb
index 30dd27e..205fd5f 100644
--- a/app/views/sessions/new.html.erb
+++ b/app/views/sessions/new.html.erb
@@ -1,4 +1,4 @@
-<div class="container">
+<div class="container" data-autovue="login-view">
<div class="columns">
<div class="column is-6 is-offset-3">
<%= form_for @user, url: sessions_path do |f| %>