From 60223f1e406c2e197cf66c4d39ce4e04efed57f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=87otur?= Date: Fri, 6 Mar 2020 21:17:26 +0300 Subject: [PATCH] Update Buttons.md --- docs/en/AspNetCore/Tag-Helpers/Buttons.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/en/AspNetCore/Tag-Helpers/Buttons.md b/docs/en/AspNetCore/Tag-Helpers/Buttons.md index 03f9173e99..a8dc030912 100644 --- a/docs/en/AspNetCore/Tag-Helpers/Buttons.md +++ b/docs/en/AspNetCore/Tag-Helpers/Buttons.md @@ -9,12 +9,12 @@ ABP framework has a special Tag Helper to create bootstrap button easily. `` has 7 different attribute. * [`button-type`](#button-type) -* [`size`](#`size`) -* [`busy-text`](#`busy-text`) -* [`text`](#`text`) -* [`icon`](#`icon`) -* [`disabled`](#`disabled`) -* [`icon-type`](#`icon-type`) +* [`size`](#size) +* [`busy-text`](#busy-text) +* [`text`](#text) +* [`icon`](#icon) +* [`disabled`](#disabled) +* [`icon-type`](#icon-type) ### `button-type`