Implemented anime deletion
This commit is contained in:
parent
0b113fc8cd
commit
cc16976ecb
@ -7,6 +7,8 @@
|
||||
width 0
|
||||
height auto
|
||||
flex-grow 1
|
||||
opacity 0.5
|
||||
|
||||
: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 := ""
|
||||
|
||||
switch lowerCaseTypeName {
|
||||
case "anime":
|
||||
returnPath = "/explore"
|
||||
case "company":
|
||||
returnPath = "/companies"
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user