我想覆盖一些activeadmin视图,我偶然发现了一些带有.arb
扩展名的文件,我不知道要在其中编写什么样的代码(看起来像纯Ruby,但我不是当然)。我怎样才能找出什么呈现某种延伸?
我试图搜索这个,但遗憾的是我找不到任何相关的结果。
答案 0 :(得分:2)
文件扩展名转到Arbre,它嵌入在Active Admin中。唯一的文档是代码。作者表示他打算把它变成一颗宝石。他已经创建了一个gem(版本0.0.1),但也没有文档。
https://github.com/gregbell/active_admin/tree/master/lib/active_admin/arbre/html
http://rubydoc.info/gems/arbre/0.0.1/frames
请注意,“标记”定义为AUTO_BUILD_ELEMENTS。
:a, :abbr, :address, :area, :article, :aside, :audio, :b, :base,
:bdo, :blockquote, :body, :br, :button, :canvas, :caption, :cite,
:code, :col, :colgroup, :command, :datalist, :dd, :del, :details,
:dfn, :div, :dl, :dt, :em, :embed, :fieldset, :figcaption, :figure,
:footer, :form, :h1, :h2, :h3, :h4, :h5, :h6, :head, :header, :hgroup,
:hr, :html, :i, :iframe, :img, :input, :ins, :keygen, :kbd, :label,
:legend, :li, :link, :map, :mark, :menu, :meta, :meter, :nav, :noscript,
:object, :ol, :optgroup, :option, :output, :pre, :progress, :q,
:s, :samp, :script, :section, :select, :small, :source, :span,
:strong, :style, :sub, :summary, :sup, :table, :tbody, :td,
:textarea, :tfoot, :th, :thead, :time, :title, :tr, :ul, :var, :video