Sha256: 64242fd826c9dbebda0f7862e3b0a1387b98aef4b572ea8484f8b48ec8d5b10c
Contents?: true
Size: 401 Bytes
Versions: 6
Compression:
Stored size: 401 Bytes
Contents
<div class='overlay' as='Overlay'> <div class='popup' as='Tags.List'> <h2>Tags</h2> <%= text_field_tag :tags, nil, placeholder: 'Create a new tag', href: admin_post_tags_path(@post) %> <h3>Tags you haven't used for this post</h3> <ul> <% tags.each do |tag| %> <%= render 'admin/posts/tags/dialog/tag', tag: tag, post: @post %> <% end %> </ul> </div> </div>
Version data entries
6 entries across 6 versions & 1 rubygems