Skip to content

Commit

Permalink
adding class for edit button
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Dec 2, 2024
1 parent 509bb73 commit 19fd419
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion croutonjs/src/templates/meetings.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<a href="javascript:void(0);" id="share-button" class="btn btn-primary btn-xs" onclick='navigator.share({ text: JSON.stringify("{{this.formatted_day}} {{this.start_time_formatted}} - {{this.end_time_formatted}} {{this.meeting_name}} {{this.location_text}} {{this.formatted_address}} {{this.formatted_location_info}}{{#if this.virtual_meeting_additional_info}} {{this.virtual_meeting_additional_info}}{{/if}}"), url: "{{#isVirtualOrHybrid this}}{{#if this.virtual_meeting_link}}{{this.virtual_meeting_link}}{{/if}}{{#if this.phone_meeting_number}}{{this.phone_meeting_number}}{{/if}}{{/isVirtualOrHybrid}}{{#isInPersonOrHybrid this}} https://www.google.com/maps/search/?api=1&amp;query={{this.latitude}},{{this.longitude}}&amp;q={{this.latitude}},{{this.longitude}}{{/isInPersonOrHybrid}}"})'><span class="glyphicon glyphicon-share"></span> {{this.share_word}}</a>
{{/canShare}}
{{#reportUpdateEnabled this}}
<a href="{{ reportUpdateUrl }}?meeting_id={{this.id_bigint}}" id="share-button" class="btn btn-primary btn-xs" target="_blank"><span class="glyphicon glyphicon-edit"></span> {{this.report_update_word}}</a>
<a href="{{ reportUpdateUrl }}?meeting_id={{this.id_bigint}}" id="share-button" class="btn btn-primary btn-xs edit-button" target="_blank"><span class="glyphicon glyphicon-edit"></span> {{this.report_update_word}}</a>
{{/reportUpdateEnabled}}
{{> offerIcsButton}}
</td>
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ https://demo.bmlt.app/crouton

== Changelog ==

= 3.20.8 =
* Add a class for edit button.

= 3.20.7 =
* Assure "Fetching" message is deleted.
* Remove unnecessary call to root server.
Expand Down

0 comments on commit 19fd419

Please sign in to comment.