Add a 'apply' button beside the user's beans.
This commit is contained in:
parent
6853d39055
commit
617dcf2705
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue