aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/gn_editor_commit.html
blob: 5a158e1ae78605d68d06df47374c6ca45dcb06d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<section classs="row commit-content"  style="padding-top:25px">
  <div  class="col-sm-10 col-sm-offset-1">
    <div>
      <div>
        <h2> <i>Commit your Changes</i></h2>
      </div>
    </div>
    <br>
    <div>
      <div class="row">
        <label class="col-sm-4" for="message-text"> <i>*Commit Message*</i></label>

      </div>
      <br>
      <div class="row">
        <textarea class="col-sm-12">
        </textarea>

      </div>
    </div>
    <br>
    <br>
    <div class="row">
      <button class="btn btn-secondary col-sm-2 col-sm-offset-1">
        Cancel
      </button>

      <button class="btn btn-primary col-sm-2 col-sm-offset-1">
        Commit
      </button>
    </div>
    <br>

  </div>
</section>