Skip to content

Commit

Permalink
Merge pull request #221 from edx/ashultz0/summary-button
Browse files Browse the repository at this point in the history
feat: summary button html revision
  • Loading branch information
ashultz0 authored Mar 9, 2023
2 parents 5cc0c90 + cb3f798 commit 049d972
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Unreleased
~~~~~~~~~~
*

[1.1.1] - 2023-03-09
~~~~~~~~~~~~~~~~~~~~

* Revise summary hook HTML

[1.1.0] - 2023-03-08
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion edx_arch_experiments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
A plugin to include applications under development by the architecture team at edx .
"""

__version__ = '1.1.0'
__version__ = '1.1.1'

default_app_config = 'edx_arch_experiments.apps.EdxArchExperimentsConfig' # pylint: disable=invalid-name
12 changes: 8 additions & 4 deletions edx_arch_experiments/summaryhook_aside/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@

summary_fragment = """
<div class="summary-hook">
<div id="ai-spot-root"
data-url-api="{{data_url_api}}"
data-text-identifier="{{data_text_identifier}}"
></div>
<div summary-launch>
<div id="launch-summary-button"
data-url-api="{{data_url_api}}"
data-text-identifier="{{data_text_identifier}}"
>
</div>
</div>
<div id="ai-spot-root"></div>
<script type="text/javascript" src="{{js_url}}" defer="defer"></script>
</div>
"""
Expand Down

0 comments on commit 049d972

Please sign in to comment.