Sha256: 8149ad1de682ec67992e0aa8d72cf32a1fd8945250bf0287e552147589fc5b98
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
.container.wide-body = render :partial => 'layouts/comfy/admin/cms/center' = render :partial => 'layouts/comfy/admin/cms/footer' :coffeescript ### iconize delete and edit links ### $(".wide-body div.btn-group a:contains(Delete)").html("<i class='glyphicon glyphicon-remove' />").attr("title", "Delete").tooltip(placement: 'left') $(".wide-body div.btn-group a:contains(Edit)").html("<i class='glyphicon glyphicon-edit' />").attr("title", "Edit").tooltip(placement: 'left') $(".wide-body div.btn-group a:contains(Add Child)").html("<i class='glyphicon glyphicon-plus' /> Child").attr("title", "Add Child").tooltip(placement: 'left') $(".wide-body .page-header a:contains(Create New Page)").html("<i class='glyphicon glyphicon-file' /> New Page").attr("title", "Create New Page").tooltip(placement: 'left') # New Page index_path = "#{ back_path }" $(".wide-body .page-header h2:contains(New), .wide-body .page-header h2:contains(Editing)").parent() .prepend('<a class="btn btn-default pull-right" href="' + index_path + '" title="" data-original-title="Create New Page"><i class="glyphicon glyphicon-chevron-left"></i> Back</a> ') $(".wide-body .page-header .btn").removeClass("pull-right").wrapAll("<div class='btn-group pull-right'></div>")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cms-fortress-1.2.0 | app/views/cms/fortress/themes/wide/_body.html.haml |