fatfreecrm/fat_free_crm

View on GitHub
app/views/admin/plugins/_plugin.html.haml

Summary

Maintainability
Test Coverage
%li
  %span.black
    %strong= plugin.name
  %tt
    %dt{ style: "padding: 2px 0px 0px 0px" }
      = t('.author') + ":"
      %strong= plugin.author
      %br
      = t('.version') + ":"
      %strong= plugin.version
      %br
      = t('.description') + ":"
      = plugin.description