fairplaysk/datacamp

View on GitHub
app/views/dataset_descriptions/_create_table_guide.html.haml

Summary

Maintainability
Test Coverage
.action_box.clearfix.notice
  .fl
    %strong== #{t("dataset.looking_for_table")} <span class="highlight">#{@dataset_description.dataset_schema_manager.table_name}</span>.
    %br
    = t("dataset.no_table_in_database")
  .fr
    %a{:href => setup_dataset_dataset_description_path, :class => "button"}
      %span= t("global.create", :table => @dataset_description.dataset_schema_manager.table_name)