forked from saurabh/orbit4-5
fixed layout structure in signup layout
This commit is contained in:
parent
cc54f7f908
commit
58bcf69940
|
@ -23,7 +23,7 @@
|
|||
<%= csrf_meta_tag %>
|
||||
</head>
|
||||
<body>
|
||||
<%= render 'layouts/orbit_bar_backend' %>
|
||||
<%= render_orbit_bar %>
|
||||
<%= yield %>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<%= csrf_meta_tag %>
|
||||
</head>
|
||||
<body id="users">
|
||||
<%= render_orbit_bar %>
|
||||
<%= render_orbit_bar unless @no_orbit_bar %>
|
||||
<% if !(yield :side_bar).blank? %>
|
||||
<%= yield :side_bar %>
|
||||
<% else %>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<%= csrf_meta_tag %>
|
||||
</head>
|
||||
<body id="users">
|
||||
<%= render 'layouts/orbit_bar_backend' unless @no_orbit_bar %>
|
||||
<%= render_orbit_bar unless @no_orbit_bar %>
|
||||
<%= render :partial => 'layouts/side_bar', :locals => {:link_name => t(:user), :link_url => admin_site_site_info_path(site_id: current_site.id), :icon => 'icons-users', :side_bar_content => 'admin/members/side_bar'} %>
|
||||
<section id="main-wrap">
|
||||
<div class="wrap-inner">
|
||||
|
|
Loading…
Reference in New Issue