fireho/geopolitical

View on GitHub
app/views/geopolitical/nations/show.html.haml

Summary

Maintainability
Test Coverage
.container
  .row
    %h1= @nation.name
  .row
    %p
      %b Abbr:
      #{@nation.abbr} #{@nation.code}
    %p
      %b Slug:
      = @nation.slug
    %p
      %b Lang:
      = @nation.lang
    %p
      %b Cash:
      = @nation.cash
  .row
    = link_to 'Edit', edit_nation_path(@nation)
    |
    = link_to 'Back', nations_path