Commit f85b014d authored by Rafal's avatar Rafal

delete button

parent a253eb2c
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<div class="info"> <div class="info">
<h4 class="text-center">{{ project.name }}</h4> <h4 class="text-center">{{ project.name }}</h4>
<p>{{ project.description }}</p> <p>{{ project.description }}</p>
<button type="button" class="btn btn-danger">Delete</button>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment