commit
28c67d42cb
@ -0,0 +1,3 @@
|
||||
<div class="visitor-box fontGrey2">
|
||||
<%= link_to "登录", signin_path, :class => "linkBlue", :target => "_blank" %>后可添加回复
|
||||
</div>
|
@ -0,0 +1,8 @@
|
||||
class DeleteAnonymousOrg < ActiveRecord::Migration
|
||||
def up
|
||||
OrgDocumentComment.where(:organization_id => 23, :creator_id => 2).delete_all
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
Loading…
Reference in new issue