Implemented anime deletion
This commit is contained in:
parent
0b113fc8cd
commit
cc16976ecb
@ -7,6 +7,8 @@
|
|||||||
width 0
|
width 0
|
||||||
height auto
|
height auto
|
||||||
flex-grow 1
|
flex-grow 1
|
||||||
|
opacity 0.5
|
||||||
|
|
||||||
:focus
|
:focus
|
||||||
color link-color
|
color link-color
|
||||||
|
opacity 1.0
|
@ -56,6 +56,8 @@ func Render(obj interface{}, title string, user *arn.User) string {
|
|||||||
returnPath := ""
|
returnPath := ""
|
||||||
|
|
||||||
switch lowerCaseTypeName {
|
switch lowerCaseTypeName {
|
||||||
|
case "anime":
|
||||||
|
returnPath = "/explore"
|
||||||
case "company":
|
case "company":
|
||||||
returnPath = "/companies"
|
returnPath = "/companies"
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user