AutoCommit Mit Aug 19 23:03:02 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-19 23:03:02 +02:00
parent 3c493ae9d4
commit 8b0e655a88
5 changed files with 45 additions and 21 deletions

View File

@@ -3,4 +3,7 @@ module CalentriesHelper
calentry_list=p.calentries
render(partial: "calentries/calentry_list", object: calentry_list, locals:{parent: p})
end
def new_calentry_div(p)
content_tag("div", "", id: divid_for(p, "new_calentry"))
end
end