Initial commit
This commit is contained in:
0
app/views/pages/.keep
Normal file
0
app/views/pages/.keep
Normal file
6
app/views/pages/accountless_user.html.erb
Normal file
6
app/views/pages/accountless_user.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<main class="align-items-center d-flex justify-content-center p-3" style="flex:1">
|
||||
<div class="text-center">
|
||||
<h1>You are signed in but not added to an account</h1>
|
||||
<p>You've reached this page because you have an user profile on MeSuite but it is not associated with an active account. You will not be able to navigate the site until you are invited to a project or an account.</p>
|
||||
</div>
|
||||
</main>
|
||||
7
app/views/pages/cookies_disabled.html.erb
Normal file
7
app/views/pages/cookies_disabled.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<main class="align-items-center d-flex justify-content-center p-3" style="flex:1">
|
||||
<div class="text-center">
|
||||
<h1>Cookies are disabled</h1>
|
||||
<p>You've reached this page because cookies are disabled in your browser. You will not be able to navigate the site until cookies are enabled.</p>
|
||||
<p>Please <%= link_to "click here", "https://help.overdrive.com/en-us/0606.html", target: :_blank %> to learn how to easily enable cookies.</p>
|
||||
</div>
|
||||
</main>
|
||||
Reference in New Issue
Block a user