patx/gitman

use html instead of markdown in ux on repo settings

Commit bb4ea25 · patx · 2026-05-08T01:57:58Z

Changeset
bb4ea25a2804bb742bc55177596d475864036d32
Parents
2886e76f7f71ead992fce137c3e42b874da93249

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/.gitignore b/.gitignore
index 632cf46..f42376d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ __pycache__/
 .env
 data/
 .pytest_cache/
+scripts/
diff --git a/templates/repo_settings.tpl b/templates/repo_settings.tpl
index 90e23ed..375b3c1 100644
--- a/templates/repo_settings.tpl
+++ b/templates/repo_settings.tpl
@@ -30,7 +30,8 @@
     <p class="muted" data-import-bundle-status>{{import_bundle_status_message}}</p>
   % else:
   <p class="muted">Create a bundle from the source repository using 
-                   `git bundle create repo.bundle --all`, then upload it here.</p>
+                   <strong>git bundle create repo.bundle --all</strong>, 
+                   then upload it here.</p>
   <form method="post" enctype="multipart/form-data" data-import-bundle-form data-upload-url="/{{repo['owner_username']}}/{{repo['name']}}/settings/import-bundle/chunk">
     {{!csrf_field()}}
     <input type="hidden" name="action" value="import_bundle">