Redesign form selector screen

This commit is contained in:
2018-10-12 19:51:59 -04:00
parent c21a06d5c8
commit b0aea72c12
2 changed files with 98 additions and 34 deletions

View File

@ -102,7 +102,11 @@
</form>
</li>
{% if user.is_authenticated %}
<a class="btn btn-primary navbar-btn" href="{% url 'create' %}"><i class="fa fa-plus" aria-hidden="true"></i> New Case Study</a>
<a class="btn btn-primary navbar-btn" href="{% url 'create' %}">
<i class="fa fa-plus" aria-hidden="true"></i> Contribute
</a>
<li class="dropdown">
<a style="margin:-10px 0 -10px 0" class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img src="{% avatar_url user %}" class="img-circle" width="40" height="40" style="position:relative;margin-right:5px"/><span>{{user}}</span>