Add create/edit powers to frontend. Support external image URLs.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module Precious
|
||||
module Views
|
||||
class Edit < Layout
|
||||
attr_reader :page, :content
|
||||
|
||||
def title
|
||||
"Edit"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user