Logo
Explore Help
Sign In
eliseuamaro/gnu-social
1
0
Fork 0
You've already forked gnu-social
forked from GNUsocial/gnu-social
Code Issues Pull Requests Releases Wiki Activity
gnu-social/components/Search/templates/cards/search/view.html.twig

7 lines
289 B
Twig
Raw Permalink Normal View History

[TEMPLATES][I18N] Fixup use of trans filter, in favour of trans tags. These are much more flexible and facilitate parameterized translations, rather than using concats. The only appropriate use of the trans filter is when a whole string in a variable needs to be translated (which should probably be avoided anyway)
2022-03-01 11:27:19 +00:00
<section class="section-form form-search" title="{% trans %}Search for notes, actors, and beyond{% endtrans %}">
[CSS] Improved performance, reduced padding [COMPONENTS][LeftPanel] Consolidated CSS into base.css [COMPONENTS][RightPanel] Consolidated CSS into base.css [PLUGINS][WebMonetization] Replaced fieldset with section Accessibility tests failed if the fieldset had no legend, since it wasn't really neeeded, it was replaced as another element.
2022-01-19 18:21:51 +00:00
{{ form_start(search) }}
<span>{{ form_row(search.search_query) }}{{ form_row(search.submit_search) }}</span>
{{ form_rest(search) }}
{{ form_end(search) }}
[TWIG] Improved templates HTML structure, removed unnecessary element nesting, and refactored content sectioning [COMPONENTS][Search] Refactored widget event as 'PrependRightPanel' (making it able to accomodate more generic blocks)
2022-01-17 16:32:41 +00:00
</section>
Reference in New Issue Copy Permalink
Powered by Gitea Page: 40ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API