add dot before save link
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 14 Jun 2010 18:35:53 +0000 (20:35 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 14 Jun 2010 18:35:53 +0000 (20:35 +0200)
templates/admin.html.ep

index bf92a6a..8190794 100644 (file)
@@ -28,6 +28,7 @@ items:
 
 % if ( session('modified') ) {
 %  my $path = session('path');
+&middot;
 <a class=save_actions title="<%= $path %>" href="<%= url_for( controller => 'data', action => 'save', path => $path ) %>">save</a>
 % }
 </span>