small tweak to user page

This commit is contained in:
Timothy Warren 2017-03-31 17:01:53 -04:00
parent 06bc655a59
commit 9f41603152
1 changed files with 9 additions and 4 deletions

View File

@ -2,8 +2,15 @@
<main class="user-page details">
<section class="flex flex-no-wrap">
<div>
<h2><?= $attributes['name'] ?></h2>
<img src="<?= $attributes['avatar']['original'] ?>" alt="" />
<center>
<h2>
<a title='View profile on Kisu'
href="https://kitsu.io/users/<?= $attributes['name'] ?>">
<?= $attributes['name'] ?>
</a>
</h2>
<img src="<?= $attributes['avatar']['original'] ?>" alt="" />
</center>
<br />
<br />
<table class="media_details">
@ -120,8 +127,6 @@
</section>
<?php endif ?>
<?php endif ?>
</div>
</section>
</main>