Moved can-move to correct position.
This commit is contained in:
parent
875da07456
commit
8886ba7c21
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3 can-move">
|
<div class="span3">
|
||||||
<h2><%- @T( @head ) %></h2>
|
<h2 class="can-move"><%- @T( @head ) %></h2>
|
||||||
<% if @message: %>
|
<% if @message: %>
|
||||||
<%- @T(@message) %>
|
<%- @T(@message) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in a new issue