~edwargix/git.sr.ht

740a5c04811135944a71f3566d16f4b4cb0eecbb — Drew DeVault 6 years ago 6245110
Updates for bootstrap 4.1
3 files changed, 5 insertions(+), 9 deletions(-)

M gitsrht/templates/create.html
M gitsrht/templates/git.html
M gitsrht/templates/user.html
M gitsrht/templates/create.html => gitsrht/templates/create.html +5 -2
@@ 68,8 68,11 @@
            </label>
          </div>
        </fieldset>
        <button type="submit" class="btn btn-default">Create</button>
        <label class="form-check-label" style="margin-left: 0.5rem">
        <button type="submit" class="btn btn-primary">
          Create
          <i class="fa fa-caret-right"></i>
        </button>
        <label class="form-check-label" style="margin-left: 2rem">
          <input
            class="form-check-input"
            type="checkbox"

M gitsrht/templates/git.html => gitsrht/templates/git.html +0 -4
@@ 1,8 1,4 @@
{% extends "layout.html" %}
{% block login_nav %}
<a href="/create">Create repository</a>
&mdash;
{% endblock %}
{% block body %} 
{% block content %}{% endblock %}
{% endblock %}

M gitsrht/templates/user.html => gitsrht/templates/user.html +0 -3
@@ 26,9 26,6 @@
        {{ notice }}
      </div>
      {% endif %}
      {% if current_user and current_user.id == user.id %}
        <a href="{{cfg("network", "meta")}}/profile">Edit your profile »</a>
      {% endif %}
    </section>
    <section class="col-md-8">
      {% if len(repos) == 0 %}