% c++ #include "content.h" %> <% c++ #include "util.h" %> <% skin git %> <% view repo_home uses content::repo_home extends master %> <% template content_body() %>
Non-GitHub git clone <%= clone_http %>
HTTPS git clone <%= clone_https %>
SSH git clone <%= clone_ssh %>
No README found.
<% end %> <% end template %> <% end view %> <% view tree_view uses content::tree_view extends master %> <% template content_body() %>browsing at commit = <%= commit_oid %>
<% end %> <% if (not content.on_default_branch) %> <% if (content.branches.size() > 0) %> <% else %> <% end %> <% end %> <% if (content.tags.size() > 0) %> <% end %> <% if (content.entries.size() > 0) %> <% end %>| .. | |
| <% if e.is_dir %> <%= e.name %>/ <% else %> <% if e.is_submodule %> <%= e.name %> @ <%= e.oid %> <% else %> <%= e.name %> <% end %> <% end %> | <% if e.is_dir %><% else %><% if e.is_submodule %><% else %><% c++ out() << util::human_size(e.size); %><% end %><% end %> |
| empty tree |
browsing at commit = <%= commit_oid %>
<% end %> <% if (not content.on_default_branch) %> <% if (content.branches.size() > 0) %> <% else %> <% end %> <% end %> <% if (content.tags.size() > 0) %> <% end %> <% if is_image %><%= text %>
<% end %>
<% else %>
<% if is_binary %>
Binary file (<% c++ out() << util::human_size(content.size); %>) — view raw
<% else %> <% if is_markdown %><%= text %>
<% end %>
<% end %>
<% end %>
<% end template %>
<% end view %>
<% view blame_view uses content::blame_view extends master %>
<% template content_body() %>
| <%= l.short_oid %> | <%= l.author %> | <%= l.number %> | <%= l.content %> |