I have on one of my views the following razor code:
@if (item.PMApproved != true) {
Using asp.net mvc5 razor:
@if(condition) { Details } else { Details }
It prevents attempting to enable button from DevTools, because razor not visible for DevTools