back interdiff of round #1 and #0

Accessibility - Make Knots Clickable #479

closed
opened by edent.tel targeting master from edent.tel/core: 172-a11y

Fixes #172

files
appview
pages
templates
REVERTED
appview/pages/templates/repo/fork.html
··· 19 19 class="mr-2" 20 20 id="domain-{{ . }}" 21 21 /> 22 + <span class="dark:text-white">{{ . }}</span> 22 - <label for="{{ . }}" class="dark:text-white">{{ . }}</label> 23 23 </div> 24 24 {{ else }} 25 25 <p class="dark:text-white">No knots available.</p>
REVERTED
appview/pages/templates/repo/new.html
··· 49 49 class="mr-2" 50 50 id="domain-{{ . }}" 51 51 /> 52 + <span class="dark:text-white">{{ . }}</span> 52 - <label for="{{ . }}" class="dark:text-white">{{ . }}</label> 53 53 </div> 54 54 {{ else }} 55 55 <p class="dark:text-white">No knots available.</p>