Command: heroku pgbackups:capture --remote production
Response: >>> HEROKU_POSTGRESQL_COLOR_URL (DATABASE_URL) ----backup---> a712
Command: heroku pgbackups:url [db_key] --remote production
| $("form :input").each(function(index, elem) { | |
| var eId = $(elem).attr("id"); | |
| var label = null; | |
| if (eId && (label = $(elem).parents("form").find("label[for="+eId+"]")).length == 1) { | |
| $(elem).attr("placeholder", $(label).html()); | |
| $(label).remove(); | |
| } | |
| }); |
| <div data-section-id="{{ section.id }}" id="mysection_{{ section.id }}" class="richtext-custom-section contain-full-width no-padding "> | |
| {% for block in section.blocks %} | |
| {% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %} | |
| {% if thecycle == 'odd' %} | |
| <div class="odd_block"> | |
| <div class="one-half-custom odd_img "> | |
| {% if block.settings.custom_image %} | |
| <img src="{{ block.settings.custom_image | img_url: '2048x' }}" /> | |
| {%endif%} |
| .widget .latest-blog-posts-list { | |
| margin: 0; | |
| list-style: none; | |
| } | |
| .widget .latest-blog-posts-list li { | |
| margin: 0 0 10px 0; | |
| padding: 0 0 10px 0; | |
| border-bottom: dotted 1px #CCC; | |
| background: none; | |
| word-wrap: break-word; |