mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 11:38:24 +00:00
Merge pull request #1949 from bobbyroberts99/develop
Reposition Markdown formatting link
This commit is contained in:
commit
ae4ca337c8
2 changed files with 7 additions and 6 deletions
|
|
@ -103,10 +103,11 @@
|
|||
|
||||
.span8(ng-controller='ChatCtrl')
|
||||
h3 Tavern Talk
|
||||
include ./chat-box
|
||||
small
|
||||
include ../../shared/formatting-help
|
||||
alert.alert-info.
|
||||
Note: if you're reporting a bug, the developers won't see it here. Please <a href='https://github.com/HabitRPG/habitrpg/issues' target='_blank'>use Github instead</a>.
|
||||
include ./chat-box
|
||||
small(style='position: relative; top: -20px; left: 25px;')
|
||||
include ../../shared/formatting-help
|
||||
small(style='position: relative; top: 18px; left: 0px')
|
||||
alert.alert-info.
|
||||
Note: if you're reporting a bug, the developers won't see it here. Please <a href='https://github.com/HabitRPG/habitrpg/issues' target='_blank'>use Github instead</a>.
|
||||
ul.unstyled.tavern-chat
|
||||
include ./chat-message
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ footer.footer(ng-controller='FooterCtrl')
|
|||
li
|
||||
a(href='/static/extensions') Extensions
|
||||
li
|
||||
a(href='/static/faq') FAQ
|
||||
a(target='_blank', href='http://habitrpg.wikia.com/wiki/FAQ') FAQ
|
||||
li
|
||||
a(href='/static/privacy') Privacy
|
||||
li
|
||||
|
|
|
|||
Loading…
Reference in a new issue