Hi TariqHussain,
Thank you for your response. In desktop version, the options are visible only and not hidden. But in mobile version the options are not visible, and i have inspected the HTML element, and i did not fount the edit options.
Also, if edit option not available in mobile view then, could you suggest the customization of the existing component. The mobile layout looks like,
<quilt layout="mobile-page" nestable="false" disableTopCssClass="false">
<add to="common-footer">
<component id="quilt:MobileFooter"/>
</add>
<add to="main-content">
<component id="post-title"/>
<component id="message-list"/>
<component id="pager"/>
<component id="reply"/>
</add>
<add to="common-header">
<component id="mobile.widget.mobile-header"/>
</add>
<add to="site-navigation" for="MobileHeader">
<component id="common.widget.simple-node-navigator"/>
</add>
<add to="right-content" for="SimpleNodeNavigator">
<component id="new-message"/>
</add>
</quilt>
Here i assume that, list of post section will get render with help of <component id="message-list"/> component, and please suggest how to make it customize of this component.