Add a 'apply' button beside the user's beans.

This commit is contained in:
zhuyj17 2016-09-17 17:57:42 +08:00
parent 6853d39055
commit 617dcf2705
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@
<p>
{{ mysession['nickname'] }}
<small>{{ mysession['description'] }}</small>
<small>{{ beans }} <img src="/static/img/bean.png" /></small>
<small>{{ beans }} <img src="/static/img/bean.png" />
<a href="/beans/application/" class="btn btn-default btn-xs">Apply</a></small>
</p>
</li>
<!-- Menu Body -->