Show More
Commit Description:
add option to update PDF file of a problem in /problem/edit/:id...
Commit Description:
add option to update PDF file of a problem in /problem/edit/:id (grafted from 15b2554bf365f8639b5e94db4f1d9a277007808a)
File last commit:
Show/Diff file:
Action:
app/NOTES | 8 lines | 223 B | text/plain | TextLexer |
(2/8)
layout problem, fixed in a bad way.
when login redirect_to main.list, the layout used is "login", but
should be "application".
so I added it manually, but it should be "convention".
HAVE TO CHECK