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