Patrick Connolly | d151bf8 | 2015-04-13 18:02:33 -0400 | [diff] [blame] | 1 | <div class='page-heading' id='support-status'>Status:</div> |
bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 2 | <hr /> |
| 3 | <p class="text">Support Status: {{ page.supportstatus }}</p> |
| 4 | <p class="text">Maintainer: {{ page.maintainer }}</p> |
| 5 | <p class="text">Code Name: {{ page.codename }}</p> |
| 6 | {% if page.devicetree %} |
| 7 | <p class="text"><a href="{{ page.devicetree }}">Device Tree / files</a></p> |
| 8 | {% endif %} |
| 9 | |
| 10 | {% if page.xdathread %} |
| 11 | <p class="text"><a href="{{ page.xdathread }}">Support thread on xda-developers</a></p> |
| 12 | {% endif %} |