Refactor #5

Merged
bilal.catic merged 13 commits from refactor into master 2019-05-17 09:46:45 +02:00
3 changed files with 187 additions and 187 deletions
Showing only changes of commit 68172951ed - Show all commits

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@
<ul class="collection with-header">
<% for(const municipality of municipalities) { %>
<li class="collection-item" >
<div id="<%= municipality.id %>" ><%= municipality.ime %>
<div id="<%= municipality.id %>" ><%= municipality.name %>
<a href="#!" class="secondary-content">
<i class="material-icons">send</i>
</a>

View File

@@ -8,7 +8,7 @@
<ul class="collection with-header">
<% for(const region of regions) { %>
<li class="collection-item" >
<div id="<%= region.id %>" ><%= region.ime %>
<div id="<%= region.id %>" ><%= region.name %>
<a href="#!" class="secondary-content">
<i class="material-icons">send</i>
</a>