)]}'
{"horizon/templates/horizon/common/_data_table_row.html":[{"author":{"_account_id":5623,"name":"David Lyle","email":"dklyle0@gmail.com","username":"david-lyle"},"change_message_id":"cdecfa20f6994f81bd7d9ad378a4354f5cec5dc1","unresolved":false,"context_lines":[{"line_number":1,"context_line":"\u003ctr{{ row.attr_string|safe }}\u003e"},{"line_number":2,"context_line":"    {% spaceless %}"},{"line_number":3,"context_line":"        {% for cell in row %}"},{"line_number":4,"context_line":"            {% if cell.inline_edit_mod and cell.update_allowed %}"},{"line_number":5,"context_line":"               \u003ctd{{ cell.attr_string|safe }}\u003e"},{"line_number":6,"context_line":"                    \u003cdiv class\u003d\"table_cell_wrapper\"\u003e"}],"source_content_type":"text/html","patch_set":3,"id":"7a740942_ded15f24","line":3,"updated":"2015-12-08 17:20:13.000000000","message":"to allow for the same level of pluggability as the original, this should contains a block that can be overridden.","commit_id":"074b2da0fef0bc9c23671604b381e35a838635e7"}],"horizon/templates/horizon/common/_data_table_row_actions_dropdown.html":[{"author":{"_account_id":5623,"name":"David Lyle","email":"dklyle0@gmail.com","username":"david-lyle"},"change_message_id":"cdecfa20f6994f81bd7d9ad378a4354f5cec5dc1","unresolved":false,"context_lines":[{"line_number":3,"context_line":"{% spaceless %} {# This makes sure whitespace doesn\u0027t affect positioning for dropdown. #}"},{"line_number":4,"context_line":""},{"line_number":5,"context_line":"  {% if row_actions|length \u003d\u003d 1 %}"},{"line_number":6,"context_line":"    {% with action\u003drow_actions.0 is_single\u003d1 %}"},{"line_number":7,"context_line":"      {% minifyspace %}"},{"line_number":8,"context_line":"          {% if action.method !\u003d \"GET\" %}"},{"line_number":9,"context_line":"            \u003cbutton {{ action.attr_string_nc|safe }}"}],"source_content_type":"text/html","patch_set":3,"id":"7a740942_3ead039b","line":6,"updated":"2015-12-08 17:20:13.000000000","message":"same for both of these. include a block.","commit_id":"074b2da0fef0bc9c23671604b381e35a838635e7"}],"horizon/templates/horizon/common/_data_table_row_actions_row.html":[{"author":{"_account_id":5623,"name":"David Lyle","email":"dklyle0@gmail.com","username":"david-lyle"},"change_message_id":"cdecfa20f6994f81bd7d9ad378a4354f5cec5dc1","unresolved":false,"context_lines":[{"line_number":2,"context_line":"\u003cdiv class\u003d\"table_actions clearfix\"\u003e"},{"line_number":3,"context_line":"{% block table_actions %}"},{"line_number":4,"context_line":"  {% for action in row_actions %}"},{"line_number":5,"context_line":"    {% if action.method !\u003d \"GET\" %}"},{"line_number":6,"context_line":"      \u003cbutton {{ action.attr_string|safe }} name\u003d\"action\" value\u003d\"{{ action.table.name }}__{{ action.name }}__{{ row_id }}\" type\u003d\"submit\"\u003e"},{"line_number":7,"context_line":"        {% if action.icon !\u003d None %}\u003cspan class\u003d\"fa fa-{{ action.icon }}\"\u003e\u003c/span\u003e {% endif %}"},{"line_number":8,"context_line":"        {{ action.verbose_name }}"}],"source_content_type":"text/html","patch_set":3,"id":"7a740942_be99f37a","line":5,"updated":"2015-12-08 17:20:13.000000000","message":"here too","commit_id":"074b2da0fef0bc9c23671604b381e35a838635e7"}],"horizon/templates/horizon/common/_data_table_table_actions.html":[{"author":{"_account_id":5623,"name":"David Lyle","email":"dklyle0@gmail.com","username":"david-lyle"},"change_message_id":"cdecfa20f6994f81bd7d9ad378a4354f5cec5dc1","unresolved":false,"context_lines":[{"line_number":40,"context_line":"  {% comment %}"},{"line_number":41,"context_line":"    For each single action in the Table Actions area"},{"line_number":42,"context_line":"  {% endcomment %}"},{"line_number":43,"context_line":"  {% for action in table_actions_buttons %}"},{"line_number":44,"context_line":"    {% with is_table_action\u003d1 is_single\u003d1 %}"},{"line_number":45,"context_line":"      {% minifyspace %}"},{"line_number":46,"context_line":"      {% if action.method !\u003d \"GET\" %}"}],"source_content_type":"text/html","patch_set":3,"id":"7a740942_5e924f4d","line":43,"updated":"2015-12-08 17:20:13.000000000","message":"oh, and here too","commit_id":"074b2da0fef0bc9c23671604b381e35a838635e7"},{"author":{"_account_id":5623,"name":"David Lyle","email":"dklyle0@gmail.com","username":"david-lyle"},"change_message_id":"cdecfa20f6994f81bd7d9ad378a4354f5cec5dc1","unresolved":false,"context_lines":[{"line_number":101,"context_line":"      \u003c/a\u003e"},{"line_number":102,"context_line":"      \u003cul class\u003d\"dropdown-menu dropdown-menu-right\"\u003e"},{"line_number":103,"context_line":"      {% for action in table_actions_menu %}"},{"line_number":104,"context_line":"        \u003cli\u003e"},{"line_number":105,"context_line":"        {% with is_table_action\u003d1 %}"},{"line_number":106,"context_line":"            {% minifyspace %}"},{"line_number":107,"context_line":"              {% if action.method !\u003d \"GET\" %}"}],"source_content_type":"text/html","patch_set":3,"id":"7a740942_1e984769","line":104,"updated":"2015-12-08 17:20:13.000000000","message":"ditto","commit_id":"074b2da0fef0bc9c23671604b381e35a838635e7"}],"releasenotes/notes/bp-refactor-tables-templates-0c8536845689b7d2.yaml":[{"author":{"_account_id":8040,"name":"Timur Sufiev","email":"tsufiev@gmail.com","username":"tsufiev"},"change_message_id":"177ee947c953b68aefd8e29ec912730afbce2804","unresolved":false,"context_lines":[{"line_number":7,"context_line":"  - Rendering a table with a high (\u003e 100) number of items is much faster now."},{"line_number":8,"context_line":"upgrade:"},{"line_number":9,"context_line":"  - |"},{"line_number":10,"context_line":"    If you had override any of the following templates in your code, you will"},{"line_number":11,"context_line":"    need to refactor and make use of the `block` directive in the new templates"},{"line_number":12,"context_line":"    instead of overriding the whole template\\:"},{"line_number":13,"context_line":""}],"source_content_type":"text/x-yaml","patch_set":5,"id":"3a7e1126_d1499eb8","line":10,"updated":"2015-12-18 17:29:24.000000000","message":"had override -\u003e had overridden","commit_id":"9dec6ccccf1afc492e4a2a8f2ab6f6a0ec1cff2f"}]}
