diff options
Diffstat (limited to 'app/views/my')
-rw-r--r-- | app/views/my/page_layout.rhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/my/page_layout.rhtml b/app/views/my/page_layout.rhtml index 1e348bf5b..b00734c8f 100644 --- a/app/views/my/page_layout.rhtml +++ b/app/views/my/page_layout.rhtml @@ -46,8 +46,7 @@ function removeBlock(block) { }, :class => 'icon icon-add' %> <% end %> -<%= link_to l(:button_save), {:action => 'page_layout_save'}, :class => 'icon icon-save' %> -<%= link_to l(:button_cancel), {:action => 'page'}, :class => 'icon icon-cancel' %> +<%= link_to l(:button_back), {:action => 'page'}, :class => 'icon icon-cancel' %> </div> <h2><%=l(:label_my_page)%></h2> |