Skip to content
Snippets Groups Projects
Commit f6a58ab9 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

added sandstorm

parent d81fd244
No related merge requests found
......@@ -58,6 +58,7 @@
{{/unless}}
</div>
</div>
{{#if suggestions.ready}}
{{> avatarSuggestion suggestions.avatars.gravatar}}
{{> avatarSuggestion suggestions.avatars.facebook}}
......@@ -86,6 +87,7 @@
{{> avatarSuggestionLogin 'twitter'}}
{{/if}}
{{else}}
{{_ "Loading_suggestion"}}
{{/if}}
......
......@@ -18,13 +18,10 @@
<a href="" data-status="busy" class="status busy"><span>{{_ "Busy" context="male"}}</span></a>
<a href="" data-status="offline" class="status offline"><span>{{_ "Invisible"}}</span></a>
<a href="" id="account" class='account-link'><i class="icon-sliders"></i><span>{{_ "My_Account"}}</span></a>
<!-- disable admin and logout for sandstorm
{{#if showAdminOption }}
<a href="" id="admin" class='account-link'><i class="icon-wrench"></i><span>{{_ "Administration"}}</span></a>
{{/if}}
<a href="" id="logout"><i class="icon-logout"></i><span>{{_ "Logout"}}</span></a>
-->
</div>
</nav>
{{/with}}
......
<template name="sandstormshare">
<section class="full-page">
<div class="wrapper">
</div>
</section>
</template>
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