<turbo-stream action="update" target="modal"><template>


<dialog class="modal">
  <div class="modal-box space-y-3 max-w-xl">
    <header class="sticky">
        <h3 class="text-lg font-bold">
          Import merchants to CoMaps
        </h3>
    </header>

    <form method="dialog">
      <button
        class="btn btn-sm btn-square btn-ghost absolute right-2 top-2"
        aria-label="Close"
      >
        <svg aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg>
      </button>
    </form>

    <div class="body space-y-2 overflow-y-auto max-h-[80lvh]">
        <form class="simple_form space-y-2 px-1" id="new_tutorial_report" novalidate="novalidate" action="/de/tutorials/import-merchants-in-comaps/report" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="hxAAa9cJP6IYslaas-SYWg5fU0topSCXEEG2deAwFmmATgLkFiHUzZIwmvfisrp1VA_z-xeagG1QleGXHKK5EA" /><div class="alert alert-info"><p>Bitte melde alle Fehler, die du im Tutorial gefunden hast. Ein Problem wird automatisch auf Github erstellt, damit Entwickler den Fehler analysieren und beheben können.</p></div><div class="fieldset w-full"><label class="fieldset-legend" for="tutorial_report_title"><abbr title="erforderlich">*</abbr> Titel</label><input class="input w-full" placeholder="Klarer und prägnanter Titel der Anomalie" type="text" name="tutorial_report[title]" id="tutorial_report_title" /></div><div class="fieldset w-full"><label class="fieldset-legend" for="tutorial_report_description"><abbr title="erforderlich">*</abbr> Beschreibung</label><textarea class="textarea w-full" placeholder="Beschreibe deutlich die Anomalie(n), die du im Tutorial bemerkt hast." name="tutorial_report[description]" id="tutorial_report_description">
</textarea></div><div class="fieldset w-full hidden"><label class="fieldset-legend" for="tutorial_report_nickname">Nickname</label><input class="input w-full" type="text" name="tutorial_report[nickname]" id="tutorial_report_nickname" /></div><div class="flex justify-end"><input type="submit" name="commit" value="Fehler melden" class="btn btn-primary btn-block lg:w-auto btn btn-success" data-disable-with="Fehler melden" /></div></form>
    </div>

  </div>

    <form class="modal-backdrop" method="dialog">
      <button>
        Schließen
      </button>
    </form>
</dialog></template></turbo-stream>