af83/chouette-core

View on GitHub
app/views/publication_setups/destination/_sftp.html.slim

Summary

Maintainability
Test Coverage
= simple_block_for destination, title: Destination.ts do |d|
    = d.attribute :type, value: destination.human_type
    = d.attribute :name
    = d.attribute :host
    = d.attribute :port, default_value: 22
    = d.attribute :directory
    = d.attribute :username