|
@@ -10,15 +10,15 @@
|
|
|
<p><a href="{{ path('user_profile', {'name':app.user.username}) }}">View your public profile</a></p>
|
|
|
|
|
|
{% if app.user.apiToken %}
|
|
|
- <h1>Your API Token</h1>
|
|
|
- <p><pre><code>{{ app.user.apiToken }}</code></pre></p>
|
|
|
- <p>
|
|
|
- You can use your API token to interact with the Packagist API.
|
|
|
- </p>
|
|
|
- <p>Your <a href="http://help.github.com/post-receive-hooks/">GitHub Post-Receive URL</a> is:</p>
|
|
|
- <p>
|
|
|
- <pre><code>{{ url('github_postreceive', { 'username': app.user.username, 'apiToken': app.user.apiToken }) }}</code></pre>
|
|
|
- </p>
|
|
|
+ <h1>Your API Token</h1>
|
|
|
+ <p><pre><code>{{ app.user.apiToken }}</code></pre></p>
|
|
|
+ <p>
|
|
|
+ You can use your API token to interact with the Packagist API.
|
|
|
+ </p>
|
|
|
+ <p>Your <a href="http://help.github.com/post-receive-hooks/">GitHub Post-Receive URL</a> is:</p>
|
|
|
+ <p>
|
|
|
+ <pre><code>{{ url('github_postreceive', { 'username': app.user.username, 'apiToken': app.user.apiToken }) }}</code></pre>
|
|
|
+ </p>
|
|
|
{% endif %}
|
|
|
|
|
|
<h1>Your packages</h1>
|