Skip to content

Commit

Permalink
#tramway-event rubocop is worked
Browse files Browse the repository at this point in the history
  • Loading branch information
moshinaan committed Jan 28, 2020
1 parent b716061 commit be195dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tramway-event/app/decorators/tramway/event/event_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def events_link
event_url = ['molodoy.online', event_link].join
content_tag(:div) do
concat link_to event_url, event_url, id: "event#{object.id}"
concat(button_tag(class: 'btn btn-info clipboard-btn',
data: { clipboard_action: 'copy', clipboard_target: "#event#{object.id}" },
concat(button_tag(class: 'btn btn-info clipboard-btn',
data: { clipboard_action: 'copy', clipboard_target: "#event#{object.id}" },
style: 'margin-left: 15px') do
fa_icon 'copy'
end)
Expand Down

0 comments on commit be195dd

Please sign in to comment.