Files

25 lines
846 B
Handlebars
Raw Permalink Normal View History

2016-08-30 05:07:50 -07:00
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository file editor upload">
2016-08-30 05:07:50 -07:00
{{template "repo/header" .}}
<div class="ui container fluid padded">
2016-08-30 05:07:50 -07:00
{{template "base/alert" .}}
<div class="repo-view-container">
{{template "repo/view_file_tree" .}}
<div class="repo-view-content">
<form class="ui comment form form-fetch-action" method="post" action="{{.CommitFormOptions.TargetFormAction}}">
{{template "repo/editor/common_top" .}}
<div class="repo-editor-header">
{{template "repo/view_file_tree_toggle_button" .}}
{{template "repo/editor/common_breadcrumb" .}}
</div>
<div class="field">
{{template "repo/upload" .}}
</div>
{{template "repo/editor/commit_form" .}}
</form>
2016-08-30 05:07:50 -07:00
</div>
</div>
2016-08-30 05:07:50 -07:00
</div>
</div>
{{template "base/footer" .}}