mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:29:59 +01:00
Add titles for feedback pages
This commit is contained in:
parent
544c184981
commit
b49d505dca
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
- provide(:title, generate_title('Bugs - Feedback'))
|
||||
|
||||
%div{ data: { canny: "" } }
|
||||
|
||||
%script
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
- provide(:title, generate_title('Feedback'))
|
||||
|
||||
.text-center.mx-sm-5
|
||||
%h2 Notice
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
- provide(:title, generate_title('Feature Requests - Feedback'))
|
||||
|
||||
%div{ data: { canny: "" } }
|
||||
|
||||
%script
|
||||
|
|
Loading…
Reference in a new issue