mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add select to change board of post
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
'Post',
|
||||
{
|
||||
postId: @post.id,
|
||||
boards: @boards,
|
||||
postStatuses: @post_statuses,
|
||||
isLoggedIn: user_signed_in?,
|
||||
isPowerUser: user_signed_in? ? current_user.power_user? : false,
|
||||
|
||||
Reference in New Issue
Block a user