51 lines
1.5 KiB
Handlebars
51 lines
1.5 KiB
Handlebars
{{#if is_own_profile}}
|
|
<div id="wallpaper-upload"></div>
|
|
{{/if}}
|
|
|
|
<div class="container">
|
|
<div id="top-right-nav">
|
|
{{#if current_user.guid}}
|
|
<a href="/" id="home-button">
|
|
<span class="label label-inverse">
|
|
<i class="icon-home icon-white"></i>
|
|
<span>
|
|
HOME
|
|
</span>
|
|
</span>
|
|
</a>
|
|
|
|
<a href="/users/sign_out" title="Log out" id="logout-button">
|
|
<span class="label label-inverse">
|
|
<i class="icon-off icon-white"></i>
|
|
</span>
|
|
</a>
|
|
{{else}}
|
|
<a href="/" id="home-button">
|
|
<span class="label label-inverse">
|
|
<span>
|
|
DIASPORA
|
|
</span>
|
|
</span>
|
|
</a>
|
|
{{/if}}
|
|
</div>
|
|
|
|
<section id="profile-info"/>
|
|
|
|
<section id="profile-controls">
|
|
{{#if is_own_profile}}
|
|
<div id="composer" class="hidden"></div>
|
|
|
|
<a href="#" id="composer-button" class="control small label label-inverse">
|
|
MAKE
|
|
</a>
|
|
<a href="#" id="edit-mode-toggle" class="control small label label-inverse" title="Edit Posts" rel="tooltip">
|
|
<img src='{{imageUrl "buttons/edit2@2x.png"}}'/>
|
|
</a>
|
|
{{/if}}
|
|
</section>
|
|
|
|
<section id="canvas"></section>
|
|
|
|
<div id="paginate"><span class="loader hidden"/></div>
|
|
</div>
|