diff options
Diffstat (limited to 'app/views/about/changelog.html.md')
-rw-r--r-- | app/views/about/changelog.html.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/about/changelog.html.md b/app/views/about/changelog.html.md new file mode 100644 index 0000000..070d979 --- /dev/null +++ b/app/views/about/changelog.html.md @@ -0,0 +1,9 @@ +<ol class="breadcrumb"> + <li><a href="/"><%= t :home %></a></li> + <li><a href="/about"><%= t :about %></a></li> + <li class="active"><%= t :changelog %></li> +</ol> + +# <%= t :changelog %> + +<%= kk_changelog %> |