Sha256: a755273d53f8784f33c6273ccbe59e9570173c319c8cd110b44fb3bd69ce1c01

Contents?: true

Size: 440 Bytes

Versions: 3

Compression:

Stored size: 440 Bytes

Contents

<div title="Account login" id="loginform">
  <%= content_tag :h3, link_to(image_tag("/images/admin/typologo.png", :alt=>"Typo website", :style => "height: 24px"), "http://typosphere.org") + _(" Signup") %>
    <div class="form admin">

	  <h4><%= _("Successfully logged out") %>.</h4>
      <% if flash[:notice] %>
        <h4><%= flash[:notice] %></h4>
      <% end %>

      <%= render :partial => "shared/loginform" %>
    </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typo-5.0.1 app/views/accounts/logout.html.erb
typo-5.0.2 app/views/accounts/logout.html.erb
typo-5.0 app/views/accounts/logout.html.erb