modeset/cmsimple

View on GitHub
app/assets/javascripts/cmsimple/views/redirects/_path.jst.hamlc

Summary

Maintainability
Test Coverage
%li(id="path_#{@id}" data-id=@id)
  %article(title="direct #{@uri} to #{@destinationPath()}")
    %p.path= @uri
    %p.destination → #{@destinationPath()}
    %a.remove(href='#') ×