minor fix
This commit is contained in:
parent
b78ec44151
commit
a838368db4
|
@ -40,7 +40,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>Post title</th>
|
<th>Post title</th>
|
||||||
<th>Submission Date</th>
|
<th>Submission Date</th>
|
||||||
<th>Notes</th>
|
<th>Status</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<c:forEach var="post" items="${posts}" >
|
<c:forEach var="post" items="${posts}" >
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
<button type="submit" class="btn btn-primary">Post</button>
|
<button type="submit" class="btn btn-primary">Schedule</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue