Skip to content
Snippets Groups Projects
Commit 25f78707 authored by Tom Robinson's avatar Tom Robinson
Browse files

Merge branch 'new_setup_flow' of github.com:metabase/metabase-init into new_db_admin

parents 13daaf47 8038dc80
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
<div class="Form-field" mb-form-field="organization">
<mb-form-label display-name="Your organization or company name" field-name="organization"></mb-form-label>
<input class="Form-input Form-offset full" name="organization" type="text" placeholder="Department of awesome" ng-model="newUser.orgName" autofocus required>
<input class="Form-input Form-offset full" name="organization" type="text" placeholder="Department of awesome" ng-model="newUser.orgName" required>
<span class="Form-charm"></span>
</div>
......
......@@ -5,5 +5,5 @@
<p class="WelcomeMessage-subTitle text-body">Looks like everything is installed and working great. We’ll quickly get to know you, connect you to your data, and we’ll have you on your way to your data.</p>
</div>
<a class="Button Button--primary" href="/setup/info">Let's get started</a>
<div ng-include="'/app/setup/partials/setup_help.html'"></div>
<div class="mt4 pt4" ng-include="'/app/setup/partials/setup_help.html'"></div>
</section>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment