Sha256: 40fb7ae8cc1d45c3a99f00768126cc7612ca9f6d36f431bf1d995637c96efa87
Contents?: true
Size: 710 Bytes
Versions: 12
Compression:
Stored size: 710 Bytes
Contents
<div class="page-title"> <h2><span class="fa fa-folder"></span> <%= "#{@post_type.decorate.the_title.pluralize} / " if @post_type.present? %> <%= t('admin.post_type.tags').to_s.titleize.pluralize %></h2> </div> <div class="page-content-wrap"> <div class="row"> <div class="col-md-6 col-md-offset-3"> <div class="panel panel-default"> <div class="panel-heading ui-draggable-handle"> <h3 class="panel-title"><%= @post_tag.id.present? ? t('admin.page_title.edit') : t('admin.page_title.add') %> <%= "post_tag".to_s.titleize %></h3> </div> <%= render partial: 'admin/post_tags/form' %> </div> </div> </div> <!-- END PAGE CONTENT WRAPPER --> </div>
Version data entries
12 entries across 12 versions & 1 rubygems