Browse Source

Update Index.cshtml

pull/1070/head
Yunus Emre Kalkan 8 years ago
parent
commit
eb39490e6a
  1. 2
      modules/docs/src/Volo.Docs.Admin.Web/Pages/Docs/Admin/Projects/Index.cshtml

2
modules/docs/src/Volo.Docs.Admin.Web/Pages/Docs/Admin/Projects/Index.cshtml

@ -34,7 +34,7 @@
<abp-dropdown>
<abp-dropdown-button button-type="Primary" icon="plus" text="@L["CreateANewProject"].Value" />
<abp-dropdown-menu align="Right">
<abp-dropdown-item href="#" id="CreateNewGithubProjectButtonId">Github</abp-dropdown-item>
<abp-dropdown-item href="#" id="CreateNewGithubProjectButtonId"><i class="fa fa-github"></i>Github</abp-dropdown-item>
</abp-dropdown-menu>
</abp-dropdown>
}

Loading…
Cancel
Save