Sha256: 52e1964e9107a1683b4edceb1a9f891e063b3392cd8245ad1919c1b210c8a794

Contents?: true

Size: 560 Bytes

Versions: 3

Compression:

Stored size: 560 Bytes

Contents

%div
  %p Query Repository
  %p=h(@repo)
  %p=h(@repo.uri) if @repo.uri

%table{border: "1"}
  %tbody
    %tr
      %td
        %strong Query
      %td
        %form{ action: "", method: "post"}
          %textarea{name: "query", :class => "text", cols: "80", rows: "20"}=@query
          %input{:type => "submit", :value => "Send", :class => "button"}
    %tr
      %td
        %strong Results
      %td
        %p=@result


%table{border: "1"}
  %tbody
    %tr
      %td
        %a{:href => "/repository"} Repository
      %td
        %a{:href => "/dsl"} DSL

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
publisci-server-0.0.1 lib/publisci/views/query.haml
publisci-0.1.2 server/views/query.haml
bio-publisci-0.1.0 server/views/query.haml