Added description of an icon.
This commit is contained in:
parent
6a3d6d7792
commit
0f011f2545
@ -6,7 +6,7 @@
|
|||||||
<main class="documentation">
|
<main class="documentation">
|
||||||
<section>
|
<section>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<h1>Login</h1>
|
<h1>Masuk</h1>
|
||||||
|
|
||||||
<div class="flex four grow">
|
<div class="flex four grow">
|
||||||
<div class="fourth-600 full">
|
<div class="fourth-600 full">
|
||||||
@ -21,6 +21,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<button type="submit" class="half-600 full pseudo">
|
<button type="submit" class="half-600 full pseudo">
|
||||||
<i class="fa fa-check fa-fw"></i>
|
<i class="fa fa-check fa-fw"></i>
|
||||||
|
<span style="font-size:smaller;">Masuk</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -22,8 +22,9 @@
|
|||||||
<input type="hidden" name="_token" value="{{ token }}">
|
<input type="hidden" name="_token" value="{{ token }}">
|
||||||
<div class="fourth-600 none"></div>
|
<div class="fourth-600 none"></div>
|
||||||
<div>
|
<div>
|
||||||
<button type="submit" class="three-fourth-600 full">
|
<button type="submit" class="pseudo three-fourth-600 full">
|
||||||
<i class="fa fa-plus-circle fa-fw" aria-hidden="true"></i>
|
<i class="fa fa-plus-circle fa-fw" aria-hidden="true"></i>
|
||||||
|
<span style="font-size:smaller">Register</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -55,13 +55,15 @@
|
|||||||
|
|
||||||
{% for post in posts %}
|
{% for post in posts %}
|
||||||
<div class="fourth-900 half-600 card box">
|
<div class="fourth-900 half-600 card box">
|
||||||
<span>{{ post.content }}</span>
|
<span class="stack" style="font-size:smaller;color:rgba(17,17,17,.4);margin-bottom:.6em;">[{{ post.valid_at }} - {{ post.expired_at }}]</span>
|
||||||
|
<span class="stack">{{ post.content }}</span>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<footer class="flex full grow">
|
<footer class="flex full grow">
|
||||||
{% if post.status != 0 %}
|
{% if post.status != 0 %}
|
||||||
<div class="half-900">
|
<div class="half-900">
|
||||||
<a href="/posts/edit/{{ post.id }}" class="button full">
|
<a href="/posts/edit/{{ post.id }}" class="button full">
|
||||||
<i class="fa fa-edit fa-fw"></i>
|
<i class="fa fa-edit fa-fw"></i>
|
||||||
|
<span style="font-size:smaller;">Ubah</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
@ -79,6 +81,7 @@
|
|||||||
<input type="hidden" name="_token" value="{{ token }}">
|
<input type="hidden" name="_token" value="{{ token }}">
|
||||||
<button type="submit" class="error full">
|
<button type="submit" class="error full">
|
||||||
<i class="fa fa-times-circle-o fa-fw" aria-hidden="true"></i>
|
<i class="fa fa-times-circle-o fa-fw" aria-hidden="true"></i>
|
||||||
|
<span style="font-size:smaller;">Matikan</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{% elseif (post.status == 2 and editor_now.id == creator.id) %}
|
{% elseif (post.status == 2 and editor_now.id == creator.id) %}
|
||||||
@ -91,6 +94,7 @@
|
|||||||
<input type="hidden" name="_token" value="{{ token }}">
|
<input type="hidden" name="_token" value="{{ token }}">
|
||||||
<button type="submit" class="success full">
|
<button type="submit" class="success full">
|
||||||
<i class="fa fa-check fa-fw" aria-hidden="true"></i>
|
<i class="fa fa-check fa-fw" aria-hidden="true"></i>
|
||||||
|
<span style="font-size:smaller;">Aktifkan</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user