mock-group-configuration-page.underscore 1.18 KB
Newer Older
1 2 3 4
<div id="content">
    <div class="wrapper-mast wrapper">
        <header class="mast has-actions has-subtitle">
            <h1 class="page-header">
5
                <small class="subtitle">Settings</small>
6
                <span class="sr">&gt; </span>Group Configurations"
7 8 9 10 11 12 13
            </h1>
        </header>
    </div>

    <div class="wrapper-content wrapper">
        <section class="content">
            <article class="content-primary" role="main">
14
                <div class="wrapper-groups content-groups">
15
                    <div class="ui-loading">
16
                        <p><span class="spin"><span class="icon fa fa-refresh" aria-hidden="true"></span></span> <span class="copy">Loading</span></p>
17 18 19 20
                    </div>
                </div>
                <div class="wrapper-groups experiment-groups">
                    <div class="ui-loading">
21
                        <p><span class="spin"><span class="icon fa fa-refresh" aria-hidden="true"></span></span> <span class="copy">Loading</span></p>
22
                    </div>
23 24
                </div>
            </article>
25
            <aside class="content-supplementary" role="complementary"></aside>
26 27 28
        </section>
    </div>
</div>