Changeset 137cca5 in Klonkt for src/views/partials/bottom-tab.ejs
- Timestamp:
- 06/21/2026 11:35:49 AM (3 months ago)
- Branches:
- main
- Children:
- fe86013
- Parents:
- bffb348
- File:
-
- 1 edited
-
src/views/partials/bottom-tab.ejs (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/bottom-tab.ejs
rbffb348 r137cca5 52 52 <polyline points="9 22 9 12 15 12 15 22"/> 53 53 </svg> 54 <span class="bottom-tab-label"> Home</span>54 <span class="bottom-tab-label"><%= t('tab.home') %></span> 55 55 </a> 56 56 … … 62 62 <line x1="21" y1="21" x2="16.65" y2="16.65"/> 63 63 </svg> 64 <span class="bottom-tab-label"> Zoek</span>64 <span class="bottom-tab-label"><%= t('tab.search') %></span> 65 65 </button> 66 66 … … 76 76 <line x1="5" y1="12" x2="19" y2="12"/> 77 77 </svg> 78 <span class="bottom-tab-label"> Schrijven</span>78 <span class="bottom-tab-label"><%= t('tab.write') %></span> 79 79 </a> 80 80 <% } %> … … 106 106 <span class="bottom-tab-avatar"><%= user.username.charAt(0).toUpperCase() %></span> 107 107 <% } %> 108 <span class="bottom-tab-label"> Profiel</span>108 <span class="bottom-tab-label"><%= t('tab.profile') %></span> 109 109 </button> 110 110 <% } else { %> … … 119 119 <line x1="15" y1="12" x2="3" y2="12"/> 120 120 </svg> 121 <span class="bottom-tab-label"> Inloggen</span>121 <span class="bottom-tab-label"><%= t('nav.login') %></span> 122 122 </a> 123 123 <% } %>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)