Skip to content
Extraits de code Groupes Projets
profile.jst.hbs 1,45 ko
Newer Older
<div id="top-right-nav">
        <a href="#" onClick="alert('Not yet implemented!')" id="follow-button">
            <span class="label label-inverse">
                <i class="icon-plus icon-white"></i>
                <span>
                    FOLLOW
                </span>
            </span>
        </a>

    <a href="/" id="home-button">
        <span class="label label-inverse">
            <i class="icon-home icon-white"></i>
            <span>
                HOME
            </span>

    {{#if isOwnProfile}}
        <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>
    {{/if}}
<section id="profile-info"/>
danielgrippi's avatar
danielgrippi a validé
<div id="composer" style="display:none;">
Maxwell Salzberg's avatar
Maxwell Salzberg a validé
    <iframe src="/posts/new" height=500 width=700 style="border:none;"></iframe>
danielgrippi's avatar
danielgrippi a validé
</div>

<section id="profile-controls">
        <a href="#composer" class="control small" rel="facebox">
            <img src='{{imageUrl "buttons/pub@2x.png"}}' title="New Post" rel="tooltip"/>
        <a href="#" id="edit-mode-toggle" class="control small">
            <img src='{{imageUrl "buttons/edit@2x.png"}}' title="Edit Posts" rel="tooltip"/>
</section>
danielgrippi's avatar
danielgrippi a validé
<div id="paginate"><span class="loader hidden"/></div>