формат кнопок
This commit is contained in:
@@ -74,7 +74,7 @@ func (s *Placements) renderPurchases(b *bot.Bot, mode bot.RenderMode, jwt string
|
|||||||
channelName = "@" + *placement.Channel.Username
|
channelName = "@" + *placement.Channel.Username
|
||||||
}
|
}
|
||||||
|
|
||||||
buttonText := fmt.Sprintf("%s Размещение #%d — %s", statusSymbol, i+1, channelName)
|
buttonText := fmt.Sprintf("%s #%d %s", statusSymbol, i+1, channelName)
|
||||||
|
|
||||||
buttons = append(buttons, Row(
|
buttons = append(buttons, Row(
|
||||||
Button(buttonText, fmt.Sprintf("placement:%s", placement.ID)),
|
Button(buttonText, fmt.Sprintf("placement:%s", placement.ID)),
|
||||||
|
|||||||
Reference in New Issue
Block a user