Browse Source

Update projects template

pull/10/head
Hironsan 6 years ago
parent
commit
88344caf3a
2 changed files with 4 additions and 1 deletions
  1. 2
      app/server/static/css/forum.css
  2. 3
      app/server/templates/projects.html

2
app/server/static/css/forum.css

@ -86,7 +86,7 @@ p {
box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
border-radius: 4px;
display: inline-block;
margin: 10px;
//margin: 10px;
position: relative;
transition: all .2s ease-in-out;
}

3
app/server/templates/projects.html

@ -64,6 +64,9 @@
<p>
{{ project.description|truncatechars:50 }}
</p>
<a class="button is-link is-small" href="{% url 'project-admin' project.id %}">
<i class="fas fa-cog"></i>&nbsp;Settings
</a>
</div>
</div>
</div>

Loading…
Cancel
Save