Edit

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

Branch :

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