Welcome to mirror list, hosted at ThFree Co, Russian Federation.

aspects-list_tpl.jst.hbs « templates « assets « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56d2512baff60a0a199d74046d899560d6c666d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<li class="hoverable">
  <a class="selectable toggle_selector aspect-membership" href="#">
    {{ t "aspect_navigation.select_all" }}
  </a>
</li>
<li class="hoverable">
  <a href="#" class="selectable new_aspect" data-toggle="modal" data-target="#newAspectModal">
    {{ t "aspect_navigation.add_an_aspect" }}
  </a>
</li>
<div id="newAspectContainer"></div>