5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
if @error
|
|
page.alert(@error.to_s)
|
|
else
|
|
page["#score-for-post-#{@post.id} span"].text(@post.score)
|
|
end |