Commit 4dee4bdb57c483bffa8d11025dface563d24869c
1 parent
9987ec93
Exists in
master
and in
4 other branches
change back button position when project creating
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
app/views/admin/projects/new.html.haml
@@ -2,5 +2,4 @@ | @@ -2,5 +2,4 @@ | ||
2 | 2 | ||
3 | = render 'form' | 3 | = render 'form' |
4 | 4 | ||
5 | -.actions | ||
6 | - = link_to 'Back', admin_projects_path, :class => 'lbutton' | ||
7 | \ No newline at end of file | 5 | \ No newline at end of file |
6 | += link_to 'Back', admin_projects_path, :class => 'right lbutton' | ||
8 | \ No newline at end of file | 7 | \ No newline at end of file |