0.2.3 #99
1 changed files with 4 additions and 1 deletions
|
|
@ -31,7 +31,10 @@ const CategoryCard = props => {
|
||||||
const cardContent = <>{category.rules && <ul className="list">{categoryRules}</ul>}</>;
|
const cardContent = <>{category.rules && <ul className="list">{categoryRules}</ul>}</>;
|
||||||
const cardFooter = (
|
const cardFooter = (
|
||||||
<>
|
<>
|
||||||
<a className="link button button--primary" href={`/categories/${category.pk}/`}>
|
<a
|
||||||
|
className="link button button--primary"
|
||||||
|
href={`/core/categories/${category.pk}/`}
|
||||||
|
>
|
||||||
Edit
|
Edit
|
||||||
</a>
|
</a>
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue