Implemented anime deletion

This commit is contained in:
Eduard Urbach 2018-03-26 21:45:36 +02:00
parent 0b113fc8cd
commit cc16976ecb
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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: