Skip to content

Commit

Permalink
Move the params, otherwise it will fail to build
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp committed Mar 31, 2022
1 parent e0c9c06 commit 9227e91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/download/doc.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
= link_to nil, controller: :download, action: :package, format: :json,
project: 'openSUSE:Tools', package: 'osc', only_path: false
%h3= _('Theming')
- params = _('Use the parameters **bcolor** (background), **fcolor** |
(foreground), **acolor** (links) and **hcolor** (hover) to |
set the different colors.') |
%p
= _('To customize the theming of the download page, you have multiple |
options to change the colors.') |
- params = _('Use the parameters **bcolor** (background), **fcolor** |
(foreground), **acolor** (links) and **hcolor** (hover) to |
set the different colors.') |
:markdown
#{params}
%p
Expand Down

0 comments on commit 9227e91

Please sign in to comment.