diff options
-rw-r--r-- | templates/blob.template | 2 | ||||
-rw-r--r-- | templates/branch.template | 2 | ||||
-rw-r--r-- | templates/tree.template | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/templates/blob.template b/templates/blob.template index c9e8fef..a8cc8ef 100644 --- a/templates/blob.template +++ b/templates/blob.template @@ -3,8 +3,6 @@ {{> partial-sidebar}} <div class="column"> - <p>The repo goes here, with branch {{this.data.branch_name}}</p> - <div id="content"> <div id="blob_size"> {{this.data.size}} bytes diff --git a/templates/branch.template b/templates/branch.template index f6db858..30d498e 100644 --- a/templates/branch.template +++ b/templates/branch.template @@ -3,8 +3,6 @@ {{> partial-sidebar}} <div class="column"> - <p>The repo goes here, with branch {{this.data.branch_name}}</p> - <div id="content"> {{> partial-tree}} </div> diff --git a/templates/tree.template b/templates/tree.template index 20772e9..f363e11 100644 --- a/templates/tree.template +++ b/templates/tree.template @@ -3,8 +3,6 @@ {{> partial-sidebar}} <div class="column"> - <p>The repo goes here, with branch {{this.data.branch_name}}</p> - <div id="content" class="column is-four-fifths"> <ul> {{#each this.data.content}} |