delete some templates that are not used anymore

This commit is contained in:
Lisa P 2015-08-25 18:00:03 -04:00
parent dd09b105ee
commit c0fe47f2c1
4 changed files with 0 additions and 57 deletions

View File

@ -1,3 +0,0 @@
<h1>Settings: {{slug}}</h1>
{{outlet}}

View File

@ -1,4 +0,0 @@
{{!-- <article class="profile-main">
{{outlet}}
</article>
--}}

View File

@ -1,21 +0,0 @@
<ul class="tabs">
<li id="tab_hooks" class={{view.classHooks}}>
<h5>
{{#link-to "account" account}}Repositories{{/link-to}}
</h5>
</li>
{{#if view.displayUser}}
<li id="tab_user" class={{view.classUser}}>
<h5>
{{#link-to "accounts.info"}}Profile{{/link-to}}
</h5>
</li>
{{/if}}
{{#if config.billingEndpoint}}
<li id="tab_billing" class="right">
<h5>
<a href={{billingUrl}}>Billing</a>
</h5>
</li>
{{/if}}
</ul>

View File

@ -1,29 +0,0 @@
{{!-- <img src={{view.gravatarUrl}}>
<dl class="profile">
<div>
<dt>
GitHub
</dt>
<dd>
<a href={{urlGithub}}>{{user.login}}</a>
</dd>
</div>
<div>
<dt>
Email
</dt>
<dd>
{{user.email}}
</dd>
</div>
<div>
<dt>
Token
</dt>
<dd>
{{user.token}}
</dd>
</div>
</dl>
--}}