tadyjp/rendezvous

View on GitHub
app/views/partials/_app_footer.html.slim

Summary

Maintainability
Test Coverage
footer
  .container
    p
      a href="https://github.com/tadyjp/rendezvous" Github
      |  | 
      a href="https://twitter.com/tady_jp" @tady_jp
      |  | 
      a data-target="#header-search-description" data-toggle="modal" href="#" Search
      |  | 
      a href="http://bamka.info/wp-content/uploads/1686d2821a5a118a770e70e2fe50a14f.jpg" target="_blank" Markdown
      |  
      a href="https://travis-ci.org/tadyjp/rendezvous"
        img src="https://travis-ci.org/tadyjp/rendezvous.png"/
      |  
      a href="https://coveralls.io/r/tadyjp/rendezvous"
        img src="https://coveralls.io/repos/tadyjp/rendezvous/badge.png"/
      |  
      a href="https://codeclimate.com/github/tadyjp/rendezvous"
        img src="https://codeclimate.com/github/tadyjp/rendezvous.png"/
      |  
      a href="https://gemnasium.com/tadyjp/rendezvous"
        img src="https://gemnasium.com/tadyjp/rendezvous.png"/

#header-search-description.modal.fade aria-hidden="true" aria-labelledby="myModalLabel" role="dialog" tabindex="-1"
  .modal-dialog
    .modal-content
      .modal-header
        button.close aria-hidden="true" data-dismiss="modal" type="button"  ×
        h4#myModalLabel.modal-title Search command
      .modal-body
        dl.dl-horizontal
          dt Search by title
          dd
            pre
              a href=(posts_path(q: 'title:ruby'))  title:ruby
          dt Search by id
          dd
            pre
              a href=(posts_path(q: 'id:123'))  id:123
          dt Search by body
          dd
            pre
              a href=(posts_path(q: 'body:ruby'))  body:ruby
          dt Search by author
          dd
            pre
              a href=(posts_path(q: '@taro'))  @taro
          dt Search by tag
          dd
            pre
              a href=(posts_path(q: '#ruby'))  #ruby
          dt Search by date
          dd
            pre
              a href=(posts_path(q: 'date:2013-12-16'))  date:2013-12-16
          dt Search by title or body
          dd
            pre
              a href=(posts_path(q: 'ruby'))  ruby
      .modal-footer
        button.btn.btn-default data-dismiss="modal" type="button"  Close