Sha256: 2101d5e7ede206325cd26fce40974aefc2c6a0844a492b512c49edc4bff0ad44

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

<div id="wiki-wrapper" class="results">
  <div id="head" class="overview">
    {{>navbar}}

    <h1 class="header-title text-center text-md-left py-4">
      {{title}}
    </h1>
  </div>
<div id="overview">

{{#has_results}}
  <div id="file-browser">
    <div class="breadcrumb pb-4">
      {{{breadcrumb}}}
    </div>

		<div class="Box">
	    <ul>
				{{#files_folders}}
					<li class="Box-row">
						<span class="pr-2">{{{icon}}}</span>
						<span><a href="{{url}}">{{name}}</a></span>
						{{#allow_editing}}
							{{#is_file}}<button class="btn btn-sm float-right delete-file" data-file-path="{{file_path}}" data-confirm="Are you sure you want to delete {{name}}?">{{#octicon}}trash{{/octicon}}</button>{{/is_file}}
						{{/allow_editing}}
		      </li>
				{{/files_folders}}
	    </ul>
		</div>
	
	
{{/has_results}}

{{#no_results}}
  <p id="no-results">
    There are no pages in <strong>{{current_path}}</strong> on <strong>{{ref}}</strong>.
  </p>
{{/no_results}}

</div>
<div class="pt-4" id="footer">
	<a href="#">Back to Top</a>
</div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gollum-5.3.3 lib/gollum/templates/overview.mustache
gollum-5.3.2 lib/gollum/templates/overview.mustache
gollum-5.3.1 lib/gollum/templates/overview.mustache
gollum-5.3.0 lib/gollum/templates/overview.mustache