aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-gruvbox-dark-soft.rasi
blob: 9a6b871377c3e8d337875bb27123d629ff1e5823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
generated by cgit v1.2.3 (git 2.39.1) at 2024-09-20 11:49:22 +0000
 


>"#/albums">Albums</a></li>
                  <li><a href="#/tracks">Tracks</a></li>
                </ul>
              </li>
              <li><a href="#">Settings</a></li>
            </ul>
            <ul class="nav navbar-nav navbar-right">
              <li class="dropdown">
                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">{{ user.username }}<span class="caret"></span></a>
                <ul class="dropdown-menu" role="menu">
                  <li><a href="#">Change password</a></li>
                  <li class="divider"></li>
                  <li><a href="/logout">Log out</a></li>
                </ul>
              </li>
            </ul>
          </div>
        </div>
      </nav>
      <div class="row" data-ui-view>
      </div>
    </div>
    <script src="{{ url_for('static', filename='scripts/libs/jquery/jquery.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/libs/bootstrap/js/bootstrap.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/libs/moment/moment.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/libs/moment-timezone/moment-timezone-with-data-2010-2020.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/libs/angular/angular.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/libs/angular-resource/angular-resource.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/libs/angular-ui-router/angular-ui-router.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/libs/angular-bootstrap/ui-bootstrap-tpls.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/libs/angular-moment/angular-moment.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/app/filters.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/app/services.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/app/controllers.js') }}"></script>
    <script src="{{ url_for('static', filename='scripts/app/app.js') }}"></script>
  </body>
</html>