5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 10:46:22 +00:00

fix: corregidas lineas segun CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jazzari 2024-01-29 13:48:11 -03:00
parent 4b67968d3b
commit 2f803f9ea6
5 changed files with 8 additions and 8 deletions

View file

@ -3,6 +3,6 @@
%button#dropdownMenuButton.btn.btn-outline-secondary.dropdown-toggle{:type => "button", "data-toggle" => "dropdown", "aria-haspopup" => "true", "aria-expanded" => "false"}
%span #{text}
.dropdown-menu{"aria-labelledby" => "dropdownMenuButton"}
%a.dropdown-item{:href => "#"} Action
%a.dropdown-item{:href => "#"} Another action
%a.dropdown-item{:href => "#"} Something else here
%a.dropdown-item{ href: '#' } Action
%a.dropdown-item{ href: '#' } Another action
%a.dropdown-item{ href: '#' } Something else here

View file

@ -1,5 +1,5 @@
.flex.py-2.mx-2.text-center
%h4= t('.profile_name') + ": " + @remote_profile['name']
%h5= t('.profile_id') + ": " + @remote_profile['id']
%h5= t('.profile_published') + ": " + @remote_profile['published']
%h5= t('.profile_published') + ": " + @remote_profile['published'].to_datetime.strftime('%m/%d/%Y')
= render 'moderation_queue/profile_button_box'