Skip to content

Commit 8bfc4ff

Browse files
committed
Merge pull request #2 from aruizca/master
Fixes issue #1 in One-Ring
2 parents 8e27097 + 90cae78 commit 8bfc4ff

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

grails-app/views/ruleSet/list.gsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<div class="nav">
1010
<span class="menuButton"><a class="home" href="${createLink(uri: '/')}"><g:message code="default.home.label"/></a></span>
11-
<span class="menuButton"><a class="home" href="${createLink(controller: 'ruleSet', action: 'update')}">Update</a></span>
11+
<span class="menuButton"><a class="update" href="${createLink(controller: 'ruleSet', action: 'update')}">Update</a></span>
1212
</div>
1313
<div class="body">
1414
<h1><g:message code="default.list.label" args="[entityName]"/></h1>

web-app/css/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ input:focus, select:focus, textarea:focus {
125125
padding-left: 25px;
126126
}
127127

128+
.menuButton a.update {
129+
background: url(../images/skin/arrow_refresh.png) center left no-repeat;
130+
color: #333;
131+
padding-left: 25px;
132+
}
133+
128134
.menuButton a.list {
129135
background: url(../images/skin/database_table.png) center left no-repeat;
130136
color: #333;
685 Bytes
Loading

0 commit comments

Comments
 (0)