Sha256: 7d40c1e145432fd8329100182670bd436183d576b4204dd135c9d42af123e0c1

Contents?: true

Size: 932 Bytes

Versions: 9

Compression:

Stored size: 932 Bytes

Contents

<div class="container">
  <h2 class='page-header'>Welcome back <%= current_user.first_name %></h2>
  <% unless welcomed? %>
    <div class="jumbotron alert alert-dismissable">
      <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
      <h2>Georgia CMS <small><%= Georgia::VERSION %></small></h2>
      <p>Compatibility & Extensibility</p>
      <p>
        Georgia is <%= link_to "Motion Eleven", "http://www.motioneleven.com/" %>'s CMS engine for Ruby on Rails applications. Key features include user authentication, widgets, slideshows, publishing system, revisioning and more.
      </p>
      <p><%= link_to 'Get started', search_pages_path, class: 'btn btn-primary btn-lg' %></p>
    </div>
  <% end -%>
  <div class="row">
    <%= render 'georgia/dashboard/panels/messages' if @messages %>
    <%= render 'georgia/dashboard/panels/reviews' if @awaiting_revisions %>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
georgia-0.7.8 app/views/georgia/dashboard/show.html.erb
georgia-0.7.7 app/views/georgia/dashboard/show.html.erb
georgia-0.7.6 app/views/georgia/dashboard/show.html.erb
georgia-0.7.5 app/views/georgia/dashboard/show.html.erb
georgia-0.7.4 app/views/georgia/dashboard/show.html.erb
georgia-0.7.3 app/views/georgia/dashboard/show.html.erb
georgia-0.7.2 app/views/georgia/dashboard/show.html.erb
georgia-0.7.1 app/views/georgia/dashboard/show.html.erb
georgia-0.7.0 app/views/georgia/dashboard/show.html.erb