review page
This commit is contained in:
8
templates/components/edit_link.html
Normal file
8
templates/components/edit_link.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% from "components/icon.html" import Icon %}
|
||||
|
||||
{% macro EditLink(url) -%}
|
||||
<a class='icon-link' href='{{ url }}'>
|
||||
{{ Icon('edit') }}
|
||||
<span>edit</span>
|
||||
</a>
|
||||
{% endmacro %}
|
3
templates/components/required_label.html
Normal file
3
templates/components/required_label.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% macro RequiredLabel() -%}
|
||||
<span class='label label--error'>Response Required</span>
|
||||
{%- endmacro %}
|
Reference in New Issue
Block a user