Edit

kmx.io/kmxgit/lib/kmxgit_web/templates/repository/edit.html.heex

Branch :

  • lib/kmxgit_web/templates/repository/edit.html.heex
  • <div class="container-fluid">
      <h1>
        <%= gettext "Edit repository" %>
        <%= Repository.full_slug(@repo) %>
      </h1>
      <%= render "form.html", assigns %>
    </div>