mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 11:26:22 +00:00
fix: corregidas lineas segun CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4b67968d3b
commit
2f803f9ea6
5 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
Loading…
Reference in a new issue