Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コンテンツコントロールラッパーとウィジェットコントロールラッパーを有効にしました。編集リンクはデフォルトのテーマでは正常に表示されますが、Bootstrap2.0.2テーマが有効になっていると表示されません。
Styles フォルダーで site.css を見つけます。最後の行は次のとおりです。
.manage-actions {display:none;}
それがリンクが消える原因です。たとえば、次のように置き換えることができます。
.manage-actions {position:absolute;}