* Makes Consumer Apps dictate aasa results * progress with ConsumerApp query * Adds Team ID migration + Stimulus consumer_app_controller.js * Adds cypress tests * Adds Backfill data_update_script + more specs & tweaks * Remove file added by mistake * Comment typo * Small tweaks + improved specs * Update lib/data_update_scripts/20210622145212_backfill_forem_consumer_app_team_id.rb Co-authored-by: Jamie Gaskins <jamie@forem.com> * Update spec/lib/data_update_scripts/backfill_forem_consumer_app_team_id_spec.rb Co-authored-by: rhymes <github@rhymes.dev> * Make use of create! and log errors to ForemStatsClient * Fix specs * Add mock_rpush call as suggested in review * Add Review suggestions * Fix tests * Remove redundant assert in spec Co-authored-by: Jamie Gaskins <jamie@forem.com> Co-authored-by: rhymes <github@rhymes.dev>
7 lines
286 B
Text
7 lines
286 B
Text
<h2 class="crayons-title mb-6">Edit Consumer App</h2>
|
|
<div class="crayons-card p-6">
|
|
<%= form_for([:admin, @app], method: :patch, data: { controller: "consumer-app" }) do %>
|
|
<%= render "form" %>
|
|
<%= submit_tag "Update Consumer App", class: "crayons-btn" %>
|
|
<% end %>
|
|
</div>
|