]> source.dussan.org Git - gitea.git/commit
Indent all templates with tabs
authorAdam Strzelecki <ono@java.pl>
Mon, 7 Dec 2015 22:30:52 +0000 (23:30 +0100)
committerAdam Strzelecki <ono@java.pl>
Mon, 7 Dec 2015 23:57:46 +0000 (00:57 +0100)
commitda2585c11e11023ffa7a8c69d21c6fecac520a8e
tree1c2a575dfc00e0e78f47c497a6d9347b3edeca9a
parentdd8a06a397e26c46639eba1313102560dfa49c95
Indent all templates with tabs

This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.

1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
   such as {{if}} {{with}}

2. Cleans all trailing white-space

3. Adds trailing last line-break to each file
114 files changed:
templates/admin/auth/edit.tmpl
templates/admin/auth/list.tmpl
templates/admin/auth/new.tmpl
templates/admin/config.tmpl
templates/admin/dashboard.tmpl
templates/admin/monitor.tmpl
templates/admin/nav.tmpl
templates/admin/navbar.tmpl
templates/admin/notice.tmpl
templates/admin/org/list.tmpl
templates/admin/repo/list.tmpl
templates/admin/user/edit.tmpl
templates/admin/user/list.tmpl
templates/admin/user/new.tmpl
templates/base/alert.tmpl
templates/base/delete_modal_actions.tmpl
templates/base/footer.tmpl
templates/base/head.tmpl
templates/explore/navbar.tmpl
templates/explore/repo_list.tmpl
templates/explore/repos.tmpl
templates/home.tmpl
templates/install.tmpl
templates/mail/auth/activate.tmpl
templates/mail/auth/activate_email.tmpl
templates/mail/auth/register_notify.tmpl
templates/mail/auth/reset_passwd.tmpl
templates/mail/notify/collaborator.tmpl
templates/mail/notify/mention.tmpl
templates/org/create.tmpl
templates/org/header.tmpl
templates/org/home.tmpl
templates/org/member/invite.tmpl
templates/org/member/members.tmpl
templates/org/settings/delete.tmpl
templates/org/settings/hook_new.tmpl
templates/org/settings/hooks.tmpl
templates/org/settings/navbar.tmpl
templates/org/settings/options.tmpl
templates/org/team/members.tmpl
templates/org/team/new.tmpl
templates/org/team/repositories.tmpl
templates/org/team/sidebar.tmpl
templates/org/team/teams.tmpl
templates/repo/bare.tmpl
templates/repo/commits.tmpl
templates/repo/commits_table.tmpl
templates/repo/create.tmpl
templates/repo/diff.tmpl
templates/repo/diff_box.tmpl
templates/repo/forks.tmpl
templates/repo/header.tmpl
templates/repo/home.tmpl
templates/repo/issue/comment_tab.tmpl
templates/repo/issue/label_precolors.tmpl
templates/repo/issue/labels.tmpl
templates/repo/issue/list.tmpl
templates/repo/issue/milestone_new.tmpl
templates/repo/issue/milestones.tmpl
templates/repo/issue/navbar.tmpl
templates/repo/issue/new.tmpl
templates/repo/issue/new_form.tmpl
templates/repo/issue/view.tmpl
templates/repo/issue/view_content.tmpl
templates/repo/issue/view_title.tmpl
templates/repo/migrate.tmpl
templates/repo/pulls/commits.tmpl
templates/repo/pulls/compare.tmpl
templates/repo/pulls/files.tmpl
templates/repo/pulls/fork.tmpl
templates/repo/pulls/tab_menu.tmpl
templates/repo/release/list.tmpl
templates/repo/release/new.tmpl
templates/repo/settings/collaboration.tmpl
templates/repo/settings/deploy_keys.tmpl
templates/repo/settings/githook_edit.tmpl
templates/repo/settings/githooks.tmpl
templates/repo/settings/hook_delete_modal.tmpl
templates/repo/settings/hook_gogs.tmpl
templates/repo/settings/hook_history.tmpl
templates/repo/settings/hook_list.tmpl
templates/repo/settings/hook_new.tmpl
templates/repo/settings/hook_settings.tmpl
templates/repo/settings/hook_slack.tmpl
templates/repo/settings/hooks.tmpl
templates/repo/settings/nav.tmpl
templates/repo/settings/navbar.tmpl
templates/repo/settings/options.tmpl
templates/repo/view_file.tmpl
templates/repo/view_list.tmpl
templates/repo/watchers.tmpl
templates/repo/wiki/new.tmpl
templates/repo/wiki/pages.tmpl
templates/repo/wiki/start.tmpl
templates/repo/wiki/view.tmpl
templates/status/404.tmpl
templates/status/500.tmpl
templates/user/auth/activate.tmpl
templates/user/auth/forgot_passwd.tmpl
templates/user/auth/reset_passwd.tmpl
templates/user/auth/signin.tmpl
templates/user/auth/signup.tmpl
templates/user/dashboard/dashboard.tmpl
templates/user/dashboard/feeds.tmpl
templates/user/dashboard/issues.tmpl
templates/user/dashboard/navbar.tmpl
templates/user/profile.tmpl
templates/user/settings/applications.tmpl
templates/user/settings/delete.tmpl
templates/user/settings/email.tmpl
templates/user/settings/navbar.tmpl
templates/user/settings/password.tmpl
templates/user/settings/profile.tmpl
templates/user/settings/sshkeys.tmpl