|  | @@ -1,42 +1,41 @@
 | 
	
		
			
				|  |  |  <div id="gogs-body-nav" class="gogs-repo-nav">
 | 
	
		
			
				|  |  |      <div class="container">
 | 
	
		
			
				|  |  | -        <div class="gogs-repo-btns pull-right">
 | 
	
		
			
				|  |  | -            <div class="btn-group" id="gogs-repo-clone">
 | 
	
		
			
				|  |  | -                <button type="button" class="btn btn-default"><i class="fa fa-download"></i>Clone</button>
 | 
	
		
			
				|  |  | -                <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
 | 
	
		
			
				|  |  | -                    <span class="caret"></span>
 | 
	
		
			
				|  |  | -                    <span class="sr-only">Toggle Dropdown</span>
 | 
	
		
			
				|  |  | -                </button>
 | 
	
		
			
				|  |  | -                <div class="dropdown-menu" role="menu">
 | 
	
		
			
				|  |  | -                    <div data-val="down-http">http link</div>
 | 
	
		
			
				|  |  | -                    <div data-val="down-git">git link</div>
 | 
	
		
			
				|  |  | -                </div>
 | 
	
		
			
				|  |  | +        <div class="row">
 | 
	
		
			
				|  |  | +            <div class="col-md-6">
 | 
	
		
			
				|  |  | +                <h3><i class="fa fa-book fa-lg"></i><a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a> / {{.Repository.Name}}</h3>
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  | -            <div class="btn-group" id="gogs-repo-watching">
 | 
	
		
			
				|  |  | -                <button type="button" class="btn btn-default"><i class="fa fa-eye"></i>Watch {x}</button>
 | 
	
		
			
				|  |  | -                <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
 | 
	
		
			
				|  |  | -                    <span class="caret"></span>
 | 
	
		
			
				|  |  | -                    <span class="sr-only">Toggle Dropdown</span>
 | 
	
		
			
				|  |  | -                </button>
 | 
	
		
			
				|  |  | -                <div class="dropdown-menu" role="menu">
 | 
	
		
			
				|  |  | -                    <div class="dropdown-item" data-val="not-watching">
 | 
	
		
			
				|  |  | -                        <h4 role="presentation" class="dropdown-header">Not Watching</h4>
 | 
	
		
			
				|  |  | -                        <p class="description">You only receive notifications for conversations in which you participate or are @mentioned.</p>
 | 
	
		
			
				|  |  | -                        <p class="divider"></p>
 | 
	
		
			
				|  |  | -                    </div>
 | 
	
		
			
				|  |  | -                    <div class="dropdown-item" data-val="watching">
 | 
	
		
			
				|  |  | -                        <h4 role="presentation" class="dropdown-header">Watching</h4>
 | 
	
		
			
				|  |  | -                        <p class="description">You receive notifications for all conversations in this repository.</p>
 | 
	
		
			
				|  |  | +            <div class="col-md-6 actions text-right">
 | 
	
		
			
				|  |  | +                <div class="btn-group" id="gogs-repo-clone">
 | 
	
		
			
				|  |  | +                    <button type="button" class="btn btn-default"><i class="fa fa-download"></i>Clone</button>
 | 
	
		
			
				|  |  | +                    <button type="button" class="btn btn-default dropdown-toggle" data-container="body" data-toggle="popover" data-placement="bottom" data-content="<label>SSH:</label><div class='input-group'><input type='text' class='form-control' value='git@{{AppDomain}}:{{.Owner.Name}}/{{.Repository.Name}}.git'></div>" data-html="1">
 | 
	
		
			
				|  |  | +                        <span class="caret"></span>
 | 
	
		
			
				|  |  | +                    </button>
 | 
	
		
			
				|  |  | +                </div>
 | 
	
		
			
				|  |  | +                <div class="btn-group" id="gogs-repo-watching">
 | 
	
		
			
				|  |  | +                    <button type="button" class="btn btn-default"><i class="fa fa-eye"></i>Watch {x}</button>
 | 
	
		
			
				|  |  | +                    <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
 | 
	
		
			
				|  |  | +                        <span class="caret"></span>
 | 
	
		
			
				|  |  | +                        <span class="sr-only">Toggle Dropdown</span>
 | 
	
		
			
				|  |  | +                    </button>
 | 
	
		
			
				|  |  | +                    <div class="dropdown-menu" role="menu">
 | 
	
		
			
				|  |  | +                        <div class="dropdown-item" data-val="not-watching">
 | 
	
		
			
				|  |  | +                            <h4 role="presentation" class="dropdown-header">Not Watching</h4>
 | 
	
		
			
				|  |  | +                            <p class="description">You only receive notifications for conversations in which you participate or are @mentioned.</p>
 | 
	
		
			
				|  |  | +                            <p class="divider"></p>
 | 
	
		
			
				|  |  | +                        </div>
 | 
	
		
			
				|  |  | +                        <div class="dropdown-item" data-val="watching">
 | 
	
		
			
				|  |  | +                            <h4 role="presentation" class="dropdown-header">Watching</h4>
 | 
	
		
			
				|  |  | +                            <p class="description">You receive notifications for all conversations in this repository.</p>
 | 
	
		
			
				|  |  | +                        </div>
 | 
	
		
			
				|  |  |                      </div>
 | 
	
		
			
				|  |  |                  </div>
 | 
	
		
			
				|  |  | -            </div>
 | 
	
		
			
				|  |  | -            <div class="btn-group">
 | 
	
		
			
				|  |  | -                <button type="button" class="btn btn-default"><i class="fa fa-star"></i>Star  {{.Repository.NumStars}}</button>
 | 
	
		
			
				|  |  | -            </div>
 | 
	
		
			
				|  |  | -            <div class="btn-group">
 | 
	
		
			
				|  |  | -                <button type="button" class="btn btn-default"><i class="fa fa-code-fork"></i>Fork  {{.Repository.NumForks}}</button>
 | 
	
		
			
				|  |  | +                <div class="btn-group">
 | 
	
		
			
				|  |  | +                    <button type="button" class="btn btn-default"><i class="fa fa-star"></i>Star  {{.Repository.NumStars}}</button>
 | 
	
		
			
				|  |  | +                </div>
 | 
	
		
			
				|  |  | +                <div class="btn-group">
 | 
	
		
			
				|  |  | +                    <button type="button" class="btn btn-default"><i class="fa fa-code-fork"></i>Fork  {{.Repository.NumForks}}</button>
 | 
	
		
			
				|  |  | +                </div>
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |          </div>
 | 
	
		
			
				|  |  | -        <h3><i class="fa fa-book fa-lg"></i><a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a> / {{.Repository.Name}}</h3>
 | 
	
		
			
				|  |  |      </div>
 | 
	
		
			
				|  |  |  </div>
 |