Individual tweets are now viewable in their own pages
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<div id="app"
|
||||
data-current-user-id={if @current_user, do: @current_user.id, else: ""}
|
||||
data-current-user-email={if @current_user, do: @current_user.email, else: ""}
|
||||
data-asset-host={@media_host}>
|
||||
data-asset-host={@media_host}
|
||||
data-tweet-id={@tweet_id || ""}>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user